Merge pull request #9288 from owncloud/perf/inter-font-woff2

perf: use woff2 format for the inter font
This commit is contained in:
Jannik Stehle
2024-05-31 15:52:37 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -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;
}

Binary file not shown.