|
1 | 1 | @font-face { |
2 | | - font-family: 'Latin Modern Roman'; |
3 | | - font-weight: normal; |
| 2 | + font-family: "Latin Modern Roman"; |
| 3 | + src: url("../fonts/lmroman10-regular.woff") format("woff"); |
| 4 | + font-weight: 400; |
4 | 5 | font-style: normal; |
5 | | - src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-regular.woff') format('woff'); |
6 | 6 | } |
7 | 7 |
|
8 | 8 | @font-face { |
9 | | - font-family: 'Latin Modern Roman'; |
10 | | - font-weight: bold; |
| 9 | + font-family: "Latin Modern Roman"; |
| 10 | + src: url("../fonts/lmroman10-bold.woff") format("woff"); |
| 11 | + font-weight: 700; |
11 | 12 | font-style: normal; |
12 | | - src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bold.woff') format('woff'); |
13 | | -} |
14 | | - |
15 | | -@font-face { |
16 | | - font-family: 'Latin Modern Roman'; |
17 | | - font-weight: normal; |
18 | | - font-style: italic; |
19 | | - src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-italic.woff') format('woff'); |
20 | 13 | } |
21 | 14 |
|
22 | 15 | @font-face { |
23 | | - font-family: 'Latin Modern Roman'; |
24 | | - font-weight: bold; |
| 16 | + font-family: "Latin Modern Roman"; |
| 17 | + src: url("../fonts/lmroman10-italic.woff") format("woff"); |
| 18 | + font-weight: 400; |
25 | 19 | font-style: italic; |
26 | | - src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bolditalic.woff') format('woff'); |
27 | 20 | } |
28 | 21 |
|
29 | 22 | @font-face { |
30 | | - font-family: 'Latin Modern Mono'; |
31 | | - font-weight: normal; |
32 | | - font-style: normal; |
33 | | - src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmmono10-regular.woff') format('woff'); |
34 | | -} |
35 | | - |
36 | | -@font-face { |
37 | | - font-family: 'Latin Modern Mono'; |
38 | | - font-weight: normal; |
| 23 | + font-family: "Latin Modern Roman"; |
| 24 | + src: url("../fonts/lmroman10-bolditalic.woff") format("woff"); |
| 25 | + font-weight: 700; |
39 | 26 | font-style: italic; |
40 | | - src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmmono10-italic.woff') format('woff'); |
41 | 27 | } |
42 | 28 |
|
43 | 29 | @font-face { |
44 | 30 | font-family: "OpenDyslexic"; |
45 | | - src: url("/static/fonts/OpenDyslexic-Regular.otf") format("opentype"); |
| 31 | + src: url("../fonts/OpenDyslexic-Regular.otf") format("opentype"); |
46 | 32 | font-weight: 400; |
47 | 33 | font-style: normal; |
48 | 34 | } |
49 | 35 |
|
50 | 36 | @font-face { |
51 | 37 | font-family: "OpenDyslexic"; |
52 | | - src: url("/static/fonts/OpenDyslexic-Bold.otf") format("opentype"); |
| 38 | + src: url("../fonts/OpenDyslexic-Bold.otf") format("opentype"); |
53 | 39 | font-weight: 700; |
54 | 40 | font-style: normal; |
55 | 41 | } |
|
0 commit comments