YT2P font import fixed

This commit is contained in:
ed barz 2023-05-25 10:35:14 +02:00
parent 2d4692911c
commit d9d9d18791
1 changed files with 3 additions and 3 deletions

View File

@ -1,20 +1,20 @@
@font-face{
font-family: inter;
src: url("https://file.brz9.dev/cdn/fonts/serv/Inter/Inter-Regular.woff");
src: url("https://file.brz9.dev/cdn/fonts/serv/Inter/Inter-Regular.woff2");
font-style: normal;
font-weight: 400;
}
@font-face{
font-family: inter;
src: url("https://file.brz9.dev/cdn/fonts/serv/Inter/Inter-Italic.woff");
src: url("https://file.brz9.dev/cdn/fonts/serv/Inter/Inter-Italic.woff2");
font-style: italic;
font-weight: 400;
}
@font-face{
font-family: inter;
src: url("https://file.brz9.dev/cdn/fonts/serv/Inter/Inter-Bold.woff");
src: url("https://file.brz9.dev/cdn/fonts/serv/Inter/Inter-Bold.woff2");
font-style: normal;
font-weight: 600;
}