Skip to content

Commit b7c33a6

Browse files
committed
Adjustments to CSS for Tutorials, part 9
1 parent e10fa07 commit b7c33a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ Last Modified: 2014.11.15 by Scott Murray
1515

1616
@font-face {
1717
font-family: 'theSerifItalic';
18-
src: url(https://processing.org/fonts/TheSerif_B4_Italic.eot),
19-
url(https://processing.org/fonts/TheSerif_B4_Italic.woff) format("woff");
18+
src: url(https://processing.org/css/fonts/TheSerif_B4_Italic.eot),
19+
url(https://processing.org/css/fonts/TheSerif_B4_Italic.woff) format("woff");
2020
font-weight: 400;
2121
font-style: normal;
2222
}
2323

2424
@font-face {
2525
font-family: 'theSerif';
26-
src: url(https://processing.org/fonts/TheSerif_B4_Plain_.eot),
27-
url(https://processing.org/fonts/TheSerif_B4_Plain_.woff) format("woff");
26+
src: url(https://processing.org/css/fonts/TheSerif_B4_Plain_.eot),
27+
url(https://processing.org/css/fonts/TheSerif_B4_Plain_.woff) format("woff");
2828
font-weight: 400;
2929
font-style: normal;
3030
}
3131

3232
@font-face {
3333
font-family: 'theSerif';
34-
src: url(https://processing.org/fonts/TheSerif_B4_Bold_.eot),
35-
url(https://processing.org/fonts/TheSerif_B4_Bold_.woff) format("woff");
34+
src: url(https://processing.org/css/fonts/TheSerif_B4_Bold_.eot),
35+
url(https://processing.org/css/fonts/TheSerif_B4_Bold_.woff) format("woff");
3636
font-weight: 800;
3737
font-style: normal;
3838
}

0 commit comments

Comments
 (0)