|
1 | 1 | @font-face {
|
2 | 2 | font-family: "Liberation Sans";
|
3 |
| - src: url("fonts/LiberationSans-Bold.woff2") format("woff2"), |
| 3 | + src: |
| 4 | + url("fonts/LiberationSans-Bold.woff2") format("woff2"), |
4 | 5 | url("fonts/LiberationSans-Bold.woff") format("woff");
|
5 | 6 | font-weight: bold;
|
6 | 7 | font-style: normal;
|
|
9 | 10 |
|
10 | 11 | @font-face {
|
11 | 12 | font-family: "Liberation Sans";
|
12 |
| - src: url("fonts/LiberationSans-BoldItalic.woff2") format("woff2"), |
| 13 | + src: |
| 14 | + url("fonts/LiberationSans-BoldItalic.woff2") format("woff2"), |
13 | 15 | url("fonts/LiberationSans-BoldItalic.woff") format("woff");
|
14 | 16 | font-weight: bold;
|
15 | 17 | font-style: italic;
|
|
18 | 20 |
|
19 | 21 | @font-face {
|
20 | 22 | font-family: "Liberation Sans";
|
21 |
| - src: url("fonts/LiberationSans-Italic.woff2") format("woff2"), |
| 23 | + src: |
| 24 | + url("fonts/LiberationSans-Italic.woff2") format("woff2"), |
22 | 25 | url("fonts/LiberationSans-Italic.woff") format("woff");
|
23 | 26 | font-weight: normal;
|
24 | 27 | font-style: italic;
|
|
27 | 30 |
|
28 | 31 | @font-face {
|
29 | 32 | font-family: "Liberation Sans";
|
30 |
| - src: url("fonts/LiberationSans.woff2") format("woff2"), |
| 33 | + src: |
| 34 | + url("fonts/LiberationSans.woff2") format("woff2"), |
31 | 35 | url("fonts/LiberationSans.woff") format("woff");
|
32 | 36 | font-weight: normal;
|
33 | 37 | font-style: normal;
|
|
36 | 40 |
|
37 | 41 | @font-face {
|
38 | 42 | font-family: "Liberation Mono";
|
39 |
| - src: url("fonts/LiberationMono.woff2") format("woff2"), |
| 43 | + src: |
| 44 | + url("fonts/LiberationMono.woff2") format("woff2"), |
40 | 45 | url("fonts/LiberationMono.woff") format("woff");
|
41 | 46 | font-weight: normal;
|
42 | 47 | font-style: normal;
|
|
45 | 50 |
|
46 | 51 | @font-face {
|
47 | 52 | font-family: "Metropolis";
|
48 |
| - src: url("fonts/Metropolis.woff2") format("woff2"), url("fonts/Metropolis.woff") format("woff"); |
| 53 | + src: |
| 54 | + url("fonts/Metropolis.woff2") format("woff2"), |
| 55 | + url("fonts/Metropolis.woff") format("woff"); |
49 | 56 | font-weight: normal;
|
50 | 57 | font-style: normal;
|
51 | 58 | font-display: swap;
|
52 | 59 | }
|
53 | 60 |
|
54 | 61 | @font-face {
|
55 | 62 | font-family: "GeekdocIcons";
|
56 |
| - src: url("fonts/GeekdocIcons.woff2") format("woff2"), |
| 63 | + src: |
| 64 | + url("fonts/GeekdocIcons.woff2") format("woff2"), |
57 | 65 | url("fonts/GeekdocIcons.woff") format("woff");
|
58 | 66 | font-weight: normal;
|
59 | 67 | font-style: normal;
|
60 | 68 | font-display: swap;
|
61 | 69 | }
|
62 | 70 |
|
63 | 71 | body {
|
64 |
| - font-family: "Liberation Sans", sans-serif; |
| 72 | + font-family: var(--body-font-family); |
65 | 73 | }
|
66 | 74 |
|
67 | 75 | code,
|
68 | 76 | .gdoc-error__title {
|
69 |
| - font-family: "Liberation Mono", monospace; |
| 77 | + font-family: var(--code-font-family); |
70 | 78 | }
|
71 | 79 |
|
72 | 80 | .gdoc-header {
|
73 |
| - font-family: "Metropolis", sans-serif; |
| 81 | + font-family: var(--header-font-family); |
74 | 82 | }
|
0 commit comments