Sofía Aritz
7422b4d113
Thanks to the deployment of a Google Fonts binary mirror to my own CDN we can stop using Google Fonts. Closes #3.
27 lines
723 B
CSS
27 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;
|
|
}
|