Hey Jeff,
One way I know you could possibly get all the fonts to display the same is run 
all your fonts through font squirrel and set the font metrics the same for 
each. If it's not too many fonts, you could do them all in one export. 
Otherwise save the settings and apply for each. Remember to upload the settings 
file before any fonts or it may not set. Well I had that issue anyway. You may 
have to try a few exports before you nail it. 

https://www.fontsquirrel.com/tools/webfont-generator

It's a website that lets you create web fonts. Even gives you the @font 
declaration for each in an example.

HTH,

Best,
Karl

Sent from losPhone

> On Mar 7, 2019, at 6:09 PM, Jeff Zeitlin <edi...@freelancetraveller.com> 
> wrote:
> 
> 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/
______________________________________________________________________
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