Skip to content

Commit 64c3c77

Browse files
committed
self host dep files
1 parent de65486 commit 64c3c77

File tree

7 files changed

+464
-3
lines changed

7 files changed

+464
-3
lines changed

assets/css/main.css

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600&display=swap");
1+
/* Self-hosted Source Sans Pro (avoids third-party gstatic.com calls) */
2+
@font-face {
3+
font-family: 'Source Sans Pro';
4+
font-style: italic;
5+
font-weight: 300;
6+
font-display: swap;
7+
src: url(../fonts/SourceSansPro-300italic.woff2) format('woff2');
8+
}
9+
@font-face {
10+
font-family: 'Source Sans Pro';
11+
font-style: italic;
12+
font-weight: 600;
13+
font-display: swap;
14+
src: url(../fonts/SourceSansPro-600italic.woff2) format('woff2');
15+
}
16+
@font-face {
17+
font-family: 'Source Sans Pro';
18+
font-style: normal;
19+
font-weight: 300;
20+
font-display: swap;
21+
src: url(../fonts/SourceSansPro-300.woff2) format('woff2');
22+
}
23+
@font-face {
24+
font-family: 'Source Sans Pro';
25+
font-style: normal;
26+
font-weight: 600;
27+
font-display: swap;
28+
src: url(../fonts/SourceSansPro-600.woff2) format('woff2');
29+
}
230

331
/*
432
Dimension by HTML5 UP

assets/fonts/Caveat.woff2

166 KB
Binary file not shown.
14.4 KB
Binary file not shown.
13.8 KB
Binary file not shown.
14.5 KB
Binary file not shown.
13.8 KB
Binary file not shown.

index.html

Lines changed: 435 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)