|
1 | 1 | @font-face {
|
2 | 2 | font-family: RedHatDisplay;
|
3 | 3 | src: url("../assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff");
|
4 |
| - |
5 |
| - /* Modern Browsers */ |
6 | 4 | font-style: normal;
|
7 | 5 | font-weight: 300;
|
8 | 6 | text-rendering: optimizelegibility;
|
|
11 | 9 | @font-face {
|
12 | 10 | font-family: RedHatDisplay;
|
13 | 11 | src: url("../assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff");
|
14 |
| - |
15 |
| - /* Modern Browsers */ |
16 | 12 | font-style: normal;
|
17 | 13 | font-weight: 400;
|
18 | 14 | text-rendering: optimizelegibility;
|
|
21 | 17 | @font-face {
|
22 | 18 | font-family: RedHatDisplay;
|
23 | 19 | src: url("../assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff");
|
24 |
| - |
25 |
| - /* Modern Browsers */ |
26 | 20 | font-style: normal;
|
27 | 21 | font-weight: 700;
|
28 | 22 | text-rendering: optimizelegibility;
|
|
31 | 25 | @font-face {
|
32 | 26 | font-family: RedHatText;
|
33 | 27 | src: url("../assets/fonts/RedHatText/RedHatText-Regular.woff");
|
34 |
| - |
35 |
| - /* Modern Browsers */ |
36 | 28 | font-style: normal;
|
37 | 29 | font-weight: 400;
|
38 | 30 | text-rendering: optimizelegibility;
|
|
41 | 33 | @font-face {
|
42 | 34 | font-family: RedHatText;
|
43 | 35 | src: url("../assets/fonts/RedHatText/RedHatText-Medium.woff");
|
44 |
| - |
45 |
| - /* Modern Browsers */ |
46 | 36 | font-style: normal;
|
47 | 37 | font-weight: 700;
|
48 | 38 | text-rendering: optimizelegibility;
|
49 | 39 | }
|
| 40 | + |
| 41 | +@font-face { |
| 42 | + font-family: RedHatMono; |
| 43 | + src: url("../assets/fonts/RedHatMono/RedHatMono-Bold.woff2") format("woff2"); |
| 44 | + font-weight: bold; |
| 45 | + font-style: normal; |
| 46 | + font-display: swap; |
| 47 | +} |
| 48 | + |
| 49 | +@font-face { |
| 50 | + font-family: RedHatMono; |
| 51 | + src: url("../assets/fonts/RedHatMono/RedHatMono-BoldItalic.woff2") format("woff2"); |
| 52 | + font-weight: bold; |
| 53 | + font-style: italic; |
| 54 | + font-display: swap; |
| 55 | +} |
| 56 | + |
| 57 | +@font-face { |
| 58 | + font-family: RedHatMono; |
| 59 | + src: url("../assets/fonts/RedHatMono/RedHatMono-Italic.woff2") format("woff2"); |
| 60 | + font-weight: normal; |
| 61 | + font-style: italic; |
| 62 | + font-display: swap; |
| 63 | +} |
| 64 | + |
| 65 | +@font-face { |
| 66 | + font-family: RedHatMono; |
| 67 | + src: url("../assets/fonts/RedHatMono/RedHatMono-Light.woff2") format("woff2"); |
| 68 | + font-weight: 300; |
| 69 | + font-style: normal; |
| 70 | + font-display: swap; |
| 71 | +} |
| 72 | + |
| 73 | +@font-face { |
| 74 | + font-family: RedHatMono; |
| 75 | + src: url("../assets/fonts/RedHatMono/RedHatMono-LightItalic.woff2") format("woff2"); |
| 76 | + font-weight: 300; |
| 77 | + font-style: italic; |
| 78 | + font-display: swap; |
| 79 | +} |
| 80 | + |
| 81 | +@font-face { |
| 82 | + font-family: RedHatMono; |
| 83 | + src: url("../assets/fonts/RedHatMono/RedHatMono-Medium.woff2") format("woff2"); |
| 84 | + font-weight: 500; |
| 85 | + font-style: normal; |
| 86 | + font-display: swap; |
| 87 | +} |
| 88 | + |
| 89 | +@font-face { |
| 90 | + font-family: RedHatMono; |
| 91 | + src: url("../assets/fonts/RedHatMono/RedHatMono-MediumItalic.woff2") format("woff2"); |
| 92 | + font-weight: 500; |
| 93 | + font-style: italic; |
| 94 | + font-display: swap; |
| 95 | +} |
| 96 | + |
| 97 | +@font-face { |
| 98 | + font-family: RedHatMono; |
| 99 | + src: url("RedHatMono-Regular.woff2") format("woff2"); |
| 100 | + font-weight: normal; |
| 101 | + font-style: normal; |
| 102 | + font-display: swap; |
| 103 | +} |
| 104 | + |
| 105 | +@font-face { |
| 106 | + font-family: RedHatMono; |
| 107 | + src: url("../assets/fonts/RedHatMono/RedHatMono-SemiBold.woff2") format("woff2"); |
| 108 | + font-weight: 600; |
| 109 | + font-style: normal; |
| 110 | + font-display: swap; |
| 111 | +} |
| 112 | + |
| 113 | +@font-face { |
| 114 | + font-family: RedHatMono; |
| 115 | + src: url("../assets/fonts/RedHatMono/RedHatMono-SemiBoldItalic.woff2") format("woff2"); |
| 116 | + font-weight: 600; |
| 117 | + font-style: italic; |
| 118 | + font-display: swap; |
| 119 | +} |
0 commit comments