Skip to content

Commit 5193901

Browse files
authored
Merge pull request #406 from scala/fsalvi-patch-1
Delete resources/glyphs directory
2 parents 342a127 + c8b6d5e commit 5193901

15 files changed

+29
-5715
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

-10.5 KB
Binary file not shown.

resources/glyphs/blanch_caps-webfont.svg

Lines changed: 0 additions & 913 deletions
This file was deleted.
-36.9 KB
Binary file not shown.
-12 KB
Binary file not shown.
-9.37 KB
Binary file not shown.
-13.2 KB
Binary file not shown.

resources/glyphs/cubano-regular-webfont.svg

Lines changed: 0 additions & 252 deletions
This file was deleted.
-37.3 KB
Binary file not shown.
-15.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)