fonts.scss
21 lines
| 1 | @font-face { |
| 2 | font-family: DMSans; |
| 3 | src: url("../fonts/DMSans-Regular.ttf"); |
| 4 | font-weight: normal; |
| 5 | font-display: fallback; |
| 6 | } |
| 7 | |
| 8 | @font-face { |
| 9 | font-family: DMSans; |
| 10 | src: url("../fonts/DMSans-Medium.ttf"); |
| 11 | font-weight: 500; |
| 12 | font-display: fallback; |
| 13 | } |
| 14 | |
| 15 | @font-face { |
| 16 | font-family: DMSans; |
| 17 | src: url("../fonts/DMSans-Bold.ttf"); |
| 18 | font-weight: bold; |
| 19 | font-display: fallback; |
| 20 | } |
| 21 |