Skip to content

Commit 0e09735

Browse files
committed
Added light fonts
1 parent 4051bcc commit 0e09735

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

book.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
src: url('fonts/SourceCodePro-Regular.otf.woff') format('woff');
77
}
88

9+
@font-face{
10+
font-family: 'Source Code Pro';
11+
font-weight: 100;
12+
font-style: normal;
13+
font-stretch: normal;
14+
src: url('fonts/SourceCodePro-Light.otf.woff') format('woff');
15+
}
16+
917
@font-face{
1018
font-family: 'Source Sans Pro';
1119
font-weight: 400;
@@ -22,6 +30,14 @@
2230
src: url('fonts/SourceSansPro-It.otf.woff') format('woff');
2331
}
2432

33+
@font-face{
34+
font-family: 'Source Sans Pro';
35+
font-weight: 100;
36+
font-style: italic;
37+
font-stretch: normal;
38+
src: url('fonts/SourceSansPro-LightIt.otf.woff') format('woff');
39+
}
40+
2541
html {
2642
}
2743

0 commit comments

Comments
 (0)