Skip to content

Commit c8b6d5e

Browse files
committed
Restore entypo in css (was deleted in 2017)
1 parent edb5cc6 commit c8b6d5e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

resources/css/main.scss

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,35 @@ $on-palm: 600px;
4545
$on-laptop: 800px;
4646
$top-bar-height: 106px;
4747

48+
49+
// Entypo font
50+
// Entypo pictograms by Daniel Bruce — www.entypo.com
51+
@font-face {
52+
font-family: 'EntypoRegular';
53+
src: url('{{ site.baseurl }}/resources/glyphs/entypo.eot');
54+
src: url('{{ site.baseurl }}/resources/glyphs/entypo.eot?#iefix') format('embedded-opentype'),
55+
url('{{ site.baseurl }}/resources/glyphs/entypo.woff') format('woff'),
56+
url('{{ site.baseurl }}/resources/glyphs/entypo.ttf') format('truetype'),
57+
url('{{ site.baseurl }}/resources/glyphs/entypo.svg#EntypoRegular') format('svg');
58+
font-weight: normal;
59+
font-style: normal;
60+
}
61+
62+
.entypo {
63+
font-family: 'EntypoRegular';
64+
font-size: 2em;
65+
font-weight: normal;
66+
line-height: 0;
67+
}
68+
69+
.entypo.heart:before{ content:'\2665'; color: $orange; font-style: normal;}
70+
.entypo.check:before{ content:'\2713'; color: $orange; font-style: normal;}
71+
.entypo.dash:before{ content:'\2796'; color: $orange; font-style: normal;}
72+
.entypo.location:before{ content:'\E724'; color: $orange; font-style: normal;}
73+
74+
75+
76+
4877
// FontAwesome path
4978
$fa-font-path: "./../../bower_components/font-awesome/fonts";
5079

0 commit comments

Comments
 (0)