You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
923 B
35 lines
923 B
/* Roboto (variable: weights 100–900, widths 75–100%) |
|
---------------------------------------- */ |
|
@font-face { |
|
font-family: "Roboto"; |
|
src: url("../fonts/Roboto-VariableFont.woff2") format("woff2-variations"); |
|
font-weight: 100 900; |
|
font-stretch: 75% 100%; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
@font-face { |
|
font-family: "Roboto"; |
|
src: url("../fonts/Roboto-Italic-VariableFont.woff2") format("woff2-variations"); |
|
font-weight: 100 900; |
|
font-stretch: 75% 100%; |
|
font-style: italic; |
|
font-display: swap; |
|
} |
|
|
|
/* Lusitana |
|
---------------------------------------- */ |
|
@font-face { |
|
font-family: "Lusitana"; |
|
src: url("../fonts/Lusitana-Regular.woff2") format("woff2"); |
|
font-weight: 400; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
@font-face { |
|
font-family: "Lusitana"; |
|
src: url("../fonts/Lusitana-Bold.woff2") format("woff2"); |
|
font-weight: 700; |
|
font-style: normal; |
|
font-display: swap; |
|
}
|
|
|