File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments