third font in font family is significantly larger

前端 未结 3 546
渐次进展
渐次进展 2021-01-14 04:45

For my website I have chosen to use some pretty obscure fonts in my font family. The most well known font (3rd in family) is Century Gothic, which most computers have.

3条回答
  •  独厮守ぢ
    2021-01-14 05:13

    There’s a script on lalit.org that guesses which fonts are available on the user’s machine.

    You might be able to use that to see if Century Gothic is being used, and if so, load an extra stylesheet that amends your font sizes.

    • http://www.lalit.org/lab/javascript-css-font-detect

提交回复
热议问题