mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
28 lines
723 B
CSS
28 lines
723 B
CSS
|
@font-face {
|
||
|
font-family: "JetBrains Mono";
|
||
|
src: url("https://cdn.sofiaritz.com/fonts/ofl/jetbrainsmono/JetBrainsMono-Italic[wght].ttf");
|
||
|
font-style: italic;
|
||
|
font-weight: 300;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "JetBrains Mono";
|
||
|
src: url("https://cdn.sofiaritz.com/fonts/ofl/jetbrainsmono/JetBrainsMono[wght].ttf");
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Rubik";
|
||
|
src: url("https://cdn.sofiaritz.com/fonts/ofl/rubik/Rubik[wght].ttf");
|
||
|
font-style: normal;
|
||
|
font-weight: 400 500;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Rubik";
|
||
|
src: url("https://cdn.sofiaritz.com/fonts/ofl/rubik/Rubik-Italic[wght].ttf");
|
||
|
font-style: italic;
|
||
|
font-weight: 400 500;
|
||
|
}
|