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