File tree Expand file tree Collapse file tree 8 files changed +30
-10
lines changed Expand file tree Collapse file tree 8 files changed +30
-10
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,26 @@ doc/footer.inc: $(D)/footer.inc | doc/
141
141
@$(call E, cp: $@ )
142
142
$(Q ) cp -a $< $@ 2> /dev/null
143
143
144
+ doc/FiraSans-Regular.woff : $(D ) /FiraSans-Regular.woff | doc/
145
+ @$(call E, cp: $@ )
146
+ $(Q ) cp -a $< $@ 2> /dev/null
147
+
148
+ doc/FiraSans-Medium.woff : $(D ) /FiraSans-Medium.woff | doc/
149
+ @$(call E, cp: $@ )
150
+ $(Q ) cp -a $< $@ 2> /dev/null
151
+
152
+ doc/Heuristica-Regular.woff : $(D ) /Heuristica-Regular.woff | doc/
153
+ @$(call E, cp: $@ )
154
+ $(Q ) cp -a $< $@ 2> /dev/null
155
+
156
+ doc/Heuristica-Italic.woff : $(D ) /Heuristica-Italic.woff | doc/
157
+ @$(call E, cp: $@ )
158
+ $(Q ) cp -a $< $@ 2> /dev/null
159
+
160
+ doc/Heuristica-Bold.woff : $(D ) /Heuristica-Bold.woff | doc/
161
+ @$(call E, cp: $@ )
162
+ $(Q ) cp -a $< $@ 2> /dev/null
163
+
144
164
# The (english) documentation for each doc item.
145
165
146
166
define DEF_SHOULD_BUILD_PDF_DOC
Original file line number Diff line number Diff line change 14
14
font-family : 'Fira Sans' ;
15
15
font-style : normal;
16
16
font-weight : 400 ;
17
- src : local ('Fira Sans' ), url ("http://www.rust-lang.org/fonts/ FiraSans-Regular.woff" ) format ('woff' );
17
+ src : local ('Fira Sans' ), url ("FiraSans-Regular.woff" ) format ('woff' );
18
18
}
19
19
@font-face {
20
20
font-family : 'Fira Sans' ;
21
21
font-style : normal;
22
22
font-weight : 500 ;
23
- src : local ('Fira Sans Medium' ), url ("http://www.rust-lang.org/fonts/ FiraSans-Medium.woff" ) format ('woff' );
23
+ src : local ('Fira Sans Medium' ), url ("FiraSans-Medium.woff" ) format ('woff' );
24
24
}
25
25
@font-face {
26
26
font-family : 'Heuristica' ;
27
27
font-style : normal;
28
28
font-weight : 400 ;
29
- src : local ('Heuristica Regular' ), url ("http://www.rust-lang.org/fonts/ Heuristica-Regular.woff" ) format ('woff' );
29
+ src : local ('Heuristica Regular' ), url ("Heuristica-Regular.woff" ) format ('woff' );
30
30
}
31
31
@font-face {
32
32
font-family : 'Heuristica' ;
33
33
font-style : italic;
34
34
font-weight : 400 ;
35
- src : local ('Heuristica Italic' ), url ("http://www.rust-lang.org/fonts/ Heuristica-Italic.woff" ) format ('woff' );
35
+ src : local ('Heuristica Italic' ), url ("Heuristica-Italic.woff" ) format ('woff' );
36
36
}
37
37
@font-face {
38
38
font-family : 'Heuristica' ;
39
39
font-style : normal;
40
40
font-weight : 700 ;
41
- src : local ('Heuristica Bold' ), url ("http://www.rust-lang.org/fonts/ Heuristica-Bold.woff" ) format ('woff' );
41
+ src : local ('Heuristica Bold' ), url ("Heuristica-Bold.woff" ) format ('woff' );
42
42
}
43
43
44
44
* {
Original file line number Diff line number Diff line change 13
13
font-family : 'Fira Sans' ;
14
14
font-style : normal;
15
15
font-weight : 400 ;
16
- src : local ('Fira Sans' ), url ("http://www.rust-lang.org/fonts/ FiraSans-Regular.woff" ) format ('woff' );
16
+ src : local ('Fira Sans' ), url ("FiraSans-Regular.woff" ) format ('woff' );
17
17
}
18
18
@font-face {
19
19
font-family : 'Fira Sans' ;
20
20
font-style : normal;
21
21
font-weight : 500 ;
22
- src : local ('Fira Sans Medium' ), url ("http://www.rust-lang.org/fonts/ FiraSans-Medium.woff" ) format ('woff' );
22
+ src : local ('Fira Sans Medium' ), url ("FiraSans-Medium.woff" ) format ('woff' );
23
23
}
24
24
@font-face {
25
25
font-family : 'Heuristica' ;
26
26
font-style : normal;
27
27
font-weight : 400 ;
28
- src : local ('Heuristica Regular' ), url ("http://www.rust-lang.org/fonts/ Heuristica-Regular.woff" ) format ('woff' );
28
+ src : local ('Heuristica Regular' ), url ("Heuristica-Regular.woff" ) format ('woff' );
29
29
}
30
30
@font-face {
31
31
font-family : 'Heuristica' ;
32
32
font-style : italic;
33
33
font-weight : 400 ;
34
- src : local ('Heuristica Italic' ), url ("http://www.rust-lang.org/fonts/ Heuristica-Italic.woff" ) format ('woff' );
34
+ src : local ('Heuristica Italic' ), url ("Heuristica-Italic.woff" ) format ('woff' );
35
35
}
36
36
@font-face {
37
37
font-family : 'Heuristica' ;
38
38
font-style : normal;
39
39
font-weight : 700 ;
40
- src : local ('Heuristica Bold' ), url ("http://www.rust-lang.org/fonts/ Heuristica-Bold.woff" ) format ('woff' );
40
+ src : local ('Heuristica Bold' ), url ("Heuristica-Bold.woff" ) format ('woff' );
41
41
}
42
42
43
43
@import "normalize.css" ;
You can’t perform that action at this time.
0 commit comments