1
- /* Import Inter font */
2
- @import url ('https://rsms.me/inter/inter.css' );
1
+ /* Import Fira Code font */
2
+ @import "/fonts/fira_code.css" ; /* Import Inter font */
3
+ @import url ("https://rsms.me/inter/inter.css" );
3
4
4
5
html {
5
- font-family : ' Inter' , sans-serif;
6
+ font-family : " Inter" , sans-serif;
6
7
}
7
8
8
9
@supports (font-variation-settings : normal) {
9
- html {
10
- font-family : ' Inter var' , sans-serif;
11
- }
10
+ html {
11
+ font-family : " Inter var" , sans-serif;
12
+ }
12
13
}
13
14
14
- /* Import Fira Code font */
15
- @import url (https://cdn.jsdelivr.net/gh/tonsky/
[email protected] /distr/fira_code.css);
16
-
17
15
@supports (font-variation-settings : normal) {
18
- code {
19
- font-family : ' Fira Code VF' , monospace;
20
- }
16
+ code {
17
+ font-family : " Fira Code" , monospace;
18
+ }
21
19
}
22
20
23
21
body {
24
- font-family : "Inter" ;
25
- /* Enable some font features for Inter (https://rsms.me/inter/#features/calt) */
26
- font-feature-settings : "ss01" ,
27
- /* Alternate (Open) digits */
28
- "ss02" ,
29
- /* Disambiguation gliphs */
30
- "case" ;
31
- /* Case alternates */
32
- letter-spacing : -0.005em ;
33
- /* equals -0.5% */
22
+ font-family : "Inter" ;
23
+ /* Enable some font features for Inter (https://rsms.me/inter/#features/calt) */
24
+ font-feature-settings : "ss01" , /* Alternate (Open) digits */ "ss02" ,
25
+ /* Disambiguation gliphs */ "case" ;
26
+ /* Case alternates */
27
+ letter-spacing : -0.005em ;
28
+ /* equals -0.5% */
34
29
}
35
30
36
31
button {
37
- font-family : inherit;
32
+ font-family : inherit;
38
33
}
39
34
40
35
table {
41
- font-feature-settings : "tnum" ,
42
- /* Tabular numbers */
43
- "ss01" ,
44
- /* Alternate (Open) digits */
45
- "ss02" ,
46
- /* Disambiguation gliphs */
47
- "case" ;
48
- /* Case alternates */
36
+ font-feature-settings : "tnum" , /* Tabular numbers */ "ss01" ,
37
+ /* Alternate (Open) digits */ "ss02" , /* Disambiguation gliphs */ "case" ;
38
+ /* Case alternates */
49
39
}
50
40
51
41
code {
52
- /* "!important" needed because https://github.com/rust-lang/mdBook/issues/1552 */
53
- font-family : 'Fira Code' , monospace !important ;
54
- font-size : 0.85em ;
42
+ /* "!important" needed because https://github.com/rust-lang/mdBook/issues/1552 */
43
+ font-family : "Fira Code" , monospace !important ;
44
+ font-size : 0.85em ;
45
+ font-weight : 500 ;
55
46
}
56
47
57
-
58
48
.header {
59
- font-weight : 600 ;
49
+ font-weight : 600 ;
60
50
}
61
51
62
52
.menu-title {
63
- font-weight : 400 ;
64
- font-size : 2.75rem ;
65
- letter-spacing : -0.02em ;
66
- /* equals -2% */
53
+ font-weight : 400 ;
54
+ font-size : 2.75rem ;
55
+ letter-spacing : -0.02em ;
56
+ /* equals -2% */
67
57
}
68
58
69
59
.box {
70
- margin : 20px 0 ;
71
- padding : 1.6px 20px ;
72
- border-left-width : .75rem ;
73
- border-left-style : solid;
60
+ margin : 20px 0 ;
61
+ padding : 1.6px 20px ;
62
+ border-left-width : 0 .75rem ;
63
+ border-left-style : solid;
74
64
}
75
65
76
- .box > .box-title {
77
- font-weight : 600 ;
78
- text-transform : uppercase;
66
+ .box > .box-title {
67
+ font-weight : 600 ;
68
+ text-transform : uppercase;
79
69
}
80
70
81
71
.box .tip {
82
- border-color : # 42b983 ;
83
- background-color : var (--quote-bg );
72
+ border-color : # 42b983 ;
73
+ background-color : var (--quote-bg );
84
74
}
85
75
86
76
.box .warning {
87
- border-left-color : var (--c-warning );
88
- background-color : rgba (255 , 229 , 100 , .2 );
89
- color : var (--c-warning-text );
77
+ border-left-color : var (--c-warning );
78
+ background-color : rgba (255 , 229 , 100 , 0 .2 );
79
+ color : var (--c-warning-text );
90
80
}
91
81
92
- .box .warning > .box-title {
93
- color : var (--c-warning-title );
82
+ .box .warning > .box-title {
83
+ color : var (--c-warning-title );
94
84
}
95
85
96
86
.box .danger {
@@ -104,12 +94,11 @@ code {
104
94
}
105
95
106
96
.spacer {
107
- width : 100% ;
108
- height : 3px ;
109
- margin : 25px 0px 25px 0px ;
97
+ width : 100% ;
98
+ height : 3px ;
99
+ margin : 25px 0px 25px 0px ;
110
100
}
111
101
112
-
113
102
/* Global CSS variables */
114
103
115
104
: root {
@@ -140,7 +129,7 @@ code {
140
129
}
141
130
142
131
.light {
143
- --c-warning-text : # 746000 ;
132
+ --c-warning-text : # 746000 ;
144
133
}
145
134
146
135
.navy {
@@ -150,5 +139,5 @@ code {
150
139
}
151
140
152
141
.rust {
153
- --c-warning-text : # ad8e00 ;
142
+ --c-warning-text : # ad8e00 ;
154
143
}
0 commit comments