vuejs / theme

VitePress theme for vuejs.org.
MIT License
245 stars 87 forks source link

fix: use font files distributed with vitepress #81

Closed brc-dd closed 1 year ago

brc-dd commented 1 year ago

Currently in vuejs.org, Inter is not being applied on anything having font-weight: 400:

There are some issues with the Inter font present here (not sure whether with the font faces declarations or the woff2 files itself, some random combinations are working like removing all declarations except the first and unicode-range from it...)

IG it'll better to just used the font files distributed with VitePress. Or if you guys want to keep the font stuff here itself, then IG we can just copy those files here.