YT2P font import fixed
This commit is contained in:
parent
2d4692911c
commit
d9d9d18791
|
@ -1,20 +1,20 @@
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: inter;
|
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-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: inter;
|
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-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: inter;
|
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-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue