I've been looking at my website, and decided that I don't really like the
fonts that I set up the CSS for lo these many years ago; they were simply
the best ones that were most widely available at the time.

I've found fonts that I like better and will probably add to the 'stack',
but have discovered some issues - specifically, at a given em size, some of
the preferred fonts are smaller than others.

The relevant current CSS is basically

body { font-family: a, b, c, d; }

The problem is that when I change it to

body { font-family: e, f, g, a, b, c, d; }

fonts a, b, c, and d are OK at the default 1em size, but e and g really
want to be 1.2em, and f should really be 1.5em, to get the same visual
size.

Is there some way to do that without having to get involved with javascript
or the like?

Also, all of e, f, and g have old-style numerals as an option; how can I
turn that on in CSS?


®Traveller is a registered trademark of
Far Future Enterprises, 1977-2018. Use of
the trademark in this notice and in the
referenced materials is not intended to
infringe or devalue the trademark.

-- 
Jeff Zeitlin, Editor
Freelance Traveller
    The Electronic Fan-Supported Traveller® Resource
edi...@freelancetraveller.com
http://www.freelancetraveller.com

Freelance Traveller extends its thanks to the following
enterprises for hosting services:

onCloud/CyberWeb Enterprises (http://www.oncloud.io)
The Traveller Downport (http://www.downport.com)
______________________________________________________________________
css-discuss [css-d@css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to