Skip to content

Commit 9d92bc6

Browse files
committed
Added missing fonts
1 parent 0e09735 commit 9d92bc6

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

book.css

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
@font-face{
2+
font-family: 'Source Code Pro';
3+
font-weight: 100;
4+
font-style: normal;
5+
font-stretch: normal;
6+
src: url('fonts/SourceCodePro-Light.otf.woff') format('woff');
7+
}
8+
19
@font-face{
210
font-family: 'Source Code Pro';
311
font-weight: 400;
@@ -7,11 +15,11 @@
715
}
816

917
@font-face{
10-
font-family: 'Source Code Pro';
18+
font-family: 'Source Sans Pro';
1119
font-weight: 100;
1220
font-style: normal;
1321
font-stretch: normal;
14-
src: url('fonts/SourceCodePro-Light.otf.woff') format('woff');
22+
src: url('fonts/SourceSansPro-Light.otf.woff') format('woff');
1523
}
1624

1725
@font-face{
@@ -24,18 +32,18 @@
2432

2533
@font-face{
2634
font-family: 'Source Sans Pro';
27-
font-weight: 400;
35+
font-weight: 100;
2836
font-style: italic;
2937
font-stretch: normal;
30-
src: url('fonts/SourceSansPro-It.otf.woff') format('woff');
38+
src: url('fonts/SourceSansPro-LightIt.otf.woff') format('woff');
3139
}
3240

3341
@font-face{
3442
font-family: 'Source Sans Pro';
35-
font-weight: 100;
43+
font-weight: 400;
3644
font-style: italic;
3745
font-stretch: normal;
38-
src: url('fonts/SourceSansPro-LightIt.otf.woff') format('woff');
46+
src: url('fonts/SourceSansPro-It.otf.woff') format('woff');
3947
}
4048

4149
html {

fonts/SourceCodePro-Light.otf.woff

92.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)