35 lines
986 B
SCSS
35 lines
986 B
SCSS
@font-face {
|
|
font-family: "Source Sans Pro";
|
|
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf) format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: "Source Sans Pro";
|
|
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf) format("truetype");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: "Source Sans Pro";
|
|
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf) format("truetype");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: "RussoOne";
|
|
src: url(../fonts/Russo_One/RussoOne-Regular.ttf) format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: "Exo 2";
|
|
src: url(../fonts/Exo_2/Exo2-Bold.ttf) format("truetype");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
} |