Foster Hangdaan
9c5329e04f
We now use the Ubuntu and CascadiaCode fonts from the official sources. These are smaller in size and are much better for web usage.
24 lines
529 B
SCSS
24 lines
529 B
SCSS
@font-face {
|
|
font-family: "Ubuntu";
|
|
font-weight: normal;
|
|
src: url("/fonts/Ubuntu-Regular.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Ubuntu";
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
src: url("/fonts/Ubuntu-RegularItalic.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Ubuntu";
|
|
font-weight: bold;
|
|
src: url("/fonts/Ubuntu-Bold.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "CascadiaCode";
|
|
font-weight: normal;
|
|
src: url("/fonts/CascadiaMono-Regular.woff2") format("woff2");
|
|
}
|