Skip to content

Commit 5cca34e

Browse files
committed
add google fonts
1 parent 5662040 commit 5cca34e

10 files changed

+27
-2
lines changed

SourceSansPro-Bold.otf

230 KB
Binary file not shown.

SourceSansPro-Bold.ttf

242 KB
Binary file not shown.

SourceSansPro-Italic.otf

77.9 KB
Binary file not shown.

SourceSansPro-Italic.ttf

107 KB
Binary file not shown.

SourceSansPro-Light.otf

221 KB
Binary file not shown.

SourceSansPro-Light.ttf

241 KB
Binary file not shown.

SourceSansPro-Regular.otf

224 KB
Binary file not shown.

SourceSansPro-Regular.ttf

242 KB
Binary file not shown.

fonts.css

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/* For license and copyright of all fonts below see https://www.fontsquirrel.com/license/source-sans-pro */
2+
@font-face {
3+
font-family: 'Source Sans Pro';
4+
font-style: italic;
5+
font-weight: 400;
6+
src: url(SourceSansPro-Italic.otf) format('opentype'), url(SourceSansPro-Italic.ttf) format('truetype');
7+
}
8+
@font-face {
9+
font-family: 'Source Sans Pro';
10+
font-style: normal;
11+
font-weight: 300;
12+
src: url(SourceSansPro-Light.otf) format('opentype'), url(SourceSansPro-Light.ttf) format('truetype');
13+
}
14+
@font-face {
15+
font-family: 'Source Sans Pro';
16+
font-style: normal;
17+
font-weight: 400;
18+
src: url(SourceSansPro-Regular.otf) format('opentype'), url(SourceSansPro-Regular.ttf) format('truetype');
19+
}
20+
@font-face {
21+
font-family: 'Source Sans Pro';
22+
font-style: normal;
23+
font-weight: 700;
24+
src: url(SourceSansPro-Bold.otf) format('opentype'), url(SourceSansPro-Bold.ttf) format('truetype');
25+
}

strapdown.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)