123456789101112131415161718192021222324252627282930313233343536373839 |
- @font-face {
- font-family: "Golos Text";
- src: url(/fonts/GolosText-Regular.woff2) format("woff2"), url(/fonts/GolosText-Regular.woff) format("woff");
- font-weight: 400;
- font-style: normal;
- font-display:swap
- }
- @font-face {
- font-family: "Golos Text";
- src: url(/fonts/GolosText-Bold.woff2) format("woff2"), url(/fonts/GolosText-Bold.woff) format("woff");
- font-weight: 700;
- font-style: normal;
- font-display:swap
- }
- @font-face {
- font-family: "Golos Text";
- src: url(/fonts/GolosText-Black.woff2) format("woff2"), url(/fonts/GolosText-Black.woff) format("woff");
- font-weight: 900;
- font-style: normal;
- font-display:swap
- }
- @font-face {
- font-family: "Roboto";
- src: url(/fonts/Roboto.woff2) format("woff2"), url(/fonts/Roboto.woff) format("woff");
- font-weight: 400;
- font-style: normal;
- font-display:swap
- }
- @font-face {
- font-family: "Source Serif Pro";
- src: url(/fonts/SourceSerifPro-Regular.woff2) format("woff2"), url(/fonts/SourceSerifPro-Regular.woff2) format("woff");
- font-weight: 100;
- font-style: normal;
- font-display:swap
- }
|