|
1 | 1 | body[kui-theme-style] {
|
2 | 2 | --font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji",
|
3 | 3 | "Segoe UI Emoji", "Segoe UI Symbol";
|
4 |
| - --font-monospace: "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
5 |
| -} |
6 |
| - |
7 |
| -@font-face { |
8 |
| - font-family: "SF Mono"; |
9 |
| - font-weight: 200; |
10 |
| - font-style: normal; |
11 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Light.otf"), |
12 |
| - url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Light.otf"), local("Menlo"), |
13 |
| - local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), local("monospace"); |
14 |
| -} |
15 |
| -@font-face { |
16 |
| - font-family: "SF Mono"; |
17 |
| - font-weight: 200; |
18 |
| - font-style: italic; |
19 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-LightItalic.otf"), |
20 |
| - url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-LightItalic.otf"), local("Menlo"), |
21 |
| - local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), local("monospace"); |
22 |
| -} |
23 |
| -@font-face { |
24 |
| - font-family: "SF Mono"; |
25 |
| - font-weight: 400; |
26 |
| - font-style: normal; |
27 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Regular.otf"), |
28 |
| - url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Regular.otf"), local("Menlo"), |
29 |
| - local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), local("monospace"); |
30 |
| -} |
31 |
| -@font-face { |
32 |
| - font-family: "SF Mono"; |
33 |
| - font-weight: 400; |
34 |
| - font-style: italic; |
35 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-RegularItalic.otf"), |
36 |
| - url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-RegularItalic.otf"), local("Menlo"), |
37 |
| - local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), local("monospace"); |
38 |
| -} |
39 |
| -@font-face { |
40 |
| - font-family: "SF Mono"; |
41 |
| - font-weight: 500; |
42 |
| - font-style: normal; |
43 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Medium.otf"), |
44 |
| - local("Menlo"), url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Medium.otf"), |
45 |
| - local("Menlo"), local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), |
46 |
| - local("monospace"); |
47 |
| -} |
48 |
| -@font-face { |
49 |
| - font-family: "SF Mono"; |
50 |
| - font-weight: 500; |
51 |
| - font-style: italic; |
52 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-MediumItalic.otf"), |
53 |
| - url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-MediumItalic.otf"), local("Menlo"), |
54 |
| - local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), local("monospace"); |
55 |
| -} |
56 |
| -@font-face { |
57 |
| - font-family: "SF Mono"; |
58 |
| - font-weight: 600; |
59 |
| - font-style: normal; |
60 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Semibold.otf"), |
61 |
| - local("Menlo"), url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Semibold.otf"), |
62 |
| - local("Menlo"), local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), |
63 |
| - local("monospace"); |
64 |
| -} |
65 |
| -@font-face { |
66 |
| - font-family: "SF Mono"; |
67 |
| - font-weight: 600; |
68 |
| - font-style: italic; |
69 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-SemiboldItalic.otf"), |
70 |
| - url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-SemiboldItalic.otf"), |
71 |
| - local("Menlo"), local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), |
72 |
| - local("monospace"); |
73 |
| -} |
74 |
| -@font-face { |
75 |
| - font-family: "SF Mono"; |
76 |
| - font-weight: 700; |
77 |
| - font-style: normal; |
78 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Bold.otf"), |
79 |
| - local("Menlo"), url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Bold.otf"), |
80 |
| - local("Menlo"), local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), |
81 |
| - local("monospace"); |
82 |
| -} |
83 |
| -@font-face { |
84 |
| - font-family: "SF Mono"; |
85 |
| - font-weight: 700; |
86 |
| - font-style: italic; |
87 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-BoldItalic.otf"), |
88 |
| - local("Menlo"), url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-BoldItalic.otf"), |
89 |
| - local("Menlo"), local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), |
90 |
| - local("monospace"); |
91 |
| -} |
92 |
| -@font-face { |
93 |
| - font-family: "SF Mono"; |
94 |
| - font-weight: 800; |
95 |
| - font-style: normal; |
96 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Heavy.otf"), |
97 |
| - local("Menlo"), url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-Heavy.otf"), |
98 |
| - local("Menlo"), local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), |
99 |
| - local("monospace"); |
100 |
| -} |
101 |
| -@font-face { |
102 |
| - font-family: "SF Mono"; |
103 |
| - font-weight: 800; |
104 |
| - font-style: italic; |
105 |
| - src: url("file:///System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-HeavyItalic.otf"), |
106 |
| - url("file:///Applications/Utilities/Terminal.app/Contents/Resources/Fonts/SFMono-HeavyItalic.otf"), local("Menlo"), |
107 |
| - local("Monaco"), local("Consolas"), local("Liberation Mono"), local("Courier New"), local("monospace"); |
| 4 | + --font-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
108 | 5 | }
|
0 commit comments