

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
14 messages in org.css-discuss.lists.css-d[css-d] font-family font sizes| From | Sent On | Attachments |
|---|---|---|
| David Sharp | Apr 24, 2007 3:07 am | |
| Simon White | Apr 24, 2007 3:30 am | |
| Philippe Wittenbergh | Apr 24, 2007 3:54 am | |
| David Sharp | Apr 24, 2007 10:50 pm | |
| Jukka K. Korpela | Apr 25, 2007 2:57 pm | |
| Philippe Wittenbergh | Apr 25, 2007 4:53 pm | |
| Jukka K. Korpela | May 17, 2007 2:44 pm | |
| Philippe Wittenbergh | May 17, 2007 7:03 pm | |
| Bruno Fassino | May 18, 2007 4:25 am | |
| Jukka K. Korpela | May 18, 2007 8:03 am | |
| Jukka K. Korpela | May 28, 2007 11:07 am | |
| Lori Lay | May 28, 2007 1:37 pm | |
| Jukka K. Korpela | May 28, 2007 1:54 pm | |
| Philippe Wittenbergh | May 28, 2007 5:19 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | [css-d] font-family font sizes | Actions... |
|---|---|---|
| From: | Jukka K. Korpela (...@) | |
| Date: | May 18, 2007 8:03:36 am | |
| List: | org.css-discuss.lists.css-d | |
On Fri, 18 May 2007, Philippe Wittenbergh wrote:
It seems that font-size-adjust helps in some sizing issues on Firefox 2 (Windows)
- -
Yeah, it helps readability of articles, like when you mix two font- families in the same run of text: <p> text text <code>code</code> text text</p> where code uses a monospaced font and <p> uses a sans-serif font.
Interesting. It seems to help with the problem that monospace fonts and proportional fonts are quite often too differently sized. I wonder if we can (and should) simply set * { font-size-adjust: 0.5; } where 0.5 is to be replaced by the relative x-height (aspect ratio) of the primary font suggested for copy text.
So far I haven't found any risks with this idea, but there are surely some nasty bugs lurking around somewhere.
On a slightly un-related note: may I assume that those have the full range of unicode characters available when installed on XP or Vista ?
No, the coverage is still rather limited, but it includes Unicode 5 coverage _for some scripts_ (Latin, Greek, Cyrillic, some others). There is _no_ font that covers all of Unicode. (Code2000 probably comes closest to covering BMP.)
This might be relevant if you use special characters that have to be taken from fonts other than the copy text font. If a character is designed in a small size relative to the font size, then the font size adjustment may turn it into too small (or too large). But this is just a possibility and not a very serious one, as compared with all the other problems you have with special characters and insufficient coverage in fonts.
Afaik, upgrading to the latest MS Office installs those fonts.
Yes, and most of them are also available from microsoft.com for some older versions of Windows, such as XP.
-- Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/







