mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
perf: use woff2 format for the inter font
This massively decreases the size of the font file (~ 800kb -> 20kb) and therefore its loading time. The old `.ttf` format is still being kept as a fallback, though all modern browsers support the `woff2` format.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* additional css on top of kpop */
|
||||
@font-face {
|
||||
font-family: Inter;
|
||||
src: url(./fonts/inter.ttf) format('truetype');
|
||||
src: url(./fonts/inter.woff2) format('woff2'), url(./fonts/inter.ttf) format('truetype');
|
||||
font-weight: 100 900;
|
||||
font-style: oblique 0deg 12deg;
|
||||
}
|
||||
|
||||
BIN
services/idp/src/fonts/inter.woff2
Normal file
BIN
services/idp/src/fonts/inter.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user