Skip to content

Commit 71147fd

Browse files
author
Darius Rosendahl
committed
Removed fonts and stylesheet. No longer used
1 parent 9ad344f commit 71147fd

8 files changed

+21
-5017
lines changed

dist/fonts/FontAwesome.otf

-132 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.eot

-162 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.svg

-2,671
This file was deleted.

dist/fonts/fontawesome-webfont.ttf

-162 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.woff

-95.7 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.woff2

-75.4 KB
Binary file not shown.

scss/base/fonts.scss

+21-9
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,68 @@
11
h1, h2, h3, h4, h5, h6 {
22
margin: 0 0 $margin-default;
33
line-height: 1.2;
4-
4+
55
+ .intro {
66
margin-top: -$margin-default;
77
}
8-
}
8+
}
9+
910
h1 {
1011
font-size: 3.5rem;
11-
}
12-
h2, .intro {
12+
}
13+
14+
h2, .intro {
1315
font-size: 2.5rem;
1416
}
17+
1518
h3 {
1619
font-size: 2rem;
1720
}
21+
1822
h4 {
1923
font-size: 1.8rem;
2024
}
25+
2126
h5 {
2227
font-size: 1.7rem;
2328
}
29+
2430
h6 {
2531
font-size: 1.6rem;
2632
font-weight: normal;
2733
}
2834

2935

3036
@media only screen and (min-width: $b3) {
31-
37+
3238
h1, h2, h3, h4, h5, h6 {
3339
margin: 0 0 $margin-default;
34-
40+
3541
+ .intro {
3642
margin-top: -$margin-default;
3743
}
38-
}
44+
}
45+
3946
h1 {
4047
font-size: 5rem;
41-
}
42-
h2, .intro {
48+
}
49+
50+
h2, .intro {
4351
font-size: 3.5rem;
4452
}
53+
4554
h3 {
4655
font-size: 2.5rem;
4756
}
57+
4858
h4 {
4959
font-size: 2rem;
5060
}
61+
5162
h5 {
5263
font-size: 1.8rem;
5364
}
65+
5466
h6 {
5567
font-size: 1.6rem;
5668
font-weight: normal;

0 commit comments

Comments
 (0)