26 lines
585 B
CSS
26 lines
585 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "Heebo";
|
||
|
|
src: url("../fonts/Heebo.ttf") format("truetype-variations");
|
||
|
|
font-weight: 100 900;
|
||
|
|
font-stretch: 75% 125%;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Source Code Pro";
|
||
|
|
src: url("../fonts/SourceCodePro.ttf") format("truetype-variations");
|
||
|
|
font-weight: 200 900;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Source Code Pro";
|
||
|
|
src: url("../fonts/SourceCodePro-Italic.ttf") format("truetype-variations");
|
||
|
|
font-weight: 200 900;
|
||
|
|
font-style: italic;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|