Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b744339

Browse files
committed
Fixed missing icons in icomoon font 🚀
1 parent 78e3002 commit b744339

33 files changed

+56
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Release date: 2019-05-12.
77
#### Added
88

99
- moved scene3d home animation and cookie consent to the window.load event
10+
- added missing icons in icomoon font
1011

1112
## [1.10.0](https://github.com/chicio/chicio.github.io/releases/tag/1.10.0)
1213
Release date: 2019-05-11.

_css/icomoon.scss

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'icomoon';
3-
src: url('../fonts/icomoon/icomoon.eot?6l1zyy');
4-
src: url('../fonts/icomoon/icomoon.eot?6l1zyy#iefix') format('embedded-opentype'),
5-
url('../fonts/icomoon/icomoon.ttf?6l1zyy') format('truetype'),
6-
url('../fonts/icomoon/icomoon.woff?6l1zyy') format('woff'),
7-
url('../fonts/icomoon/icomoon.svg?6l1zyy#icomoon') format('svg');
3+
src: url('../fonts/icomoon/icomoon.eot?69u70w');
4+
src: url('../fonts/icomoon/icomoon.eot?69u70w#iefix') format('embedded-opentype'),
5+
url('../fonts/icomoon/icomoon.ttf?69u70w') format('truetype'),
6+
url('../fonts/icomoon/icomoon.woff?69u70w') format('woff'),
7+
url('../fonts/icomoon/icomoon.svg?69u70w#icomoon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
}
@@ -21,6 +21,9 @@
2121
-moz-osx-font-smoothing: grayscale;
2222
}
2323

24+
.icon-chevron-down:before {
25+
content: "\f078";
26+
}
2427
.icon-facebook-square:before {
2528
content: "\f082";
2629
}
@@ -33,6 +36,9 @@
3336
.icon-github:before {
3437
content: "\f09b";
3538
}
39+
.icon-briefcase:before {
40+
content: "\f0b1";
41+
}
3642
.icon-envelope:before {
3743
content: "\f0e0";
3844
}
@@ -45,6 +51,12 @@
4551
.icon-instagram:before {
4652
content: "\f16d";
4753
}
54+
.icon-graduation-cap:before {
55+
content: "\f19d";
56+
}
57+
.icon-mortar-board:before {
58+
content: "\f19d";
59+
}
4860
.icon-medium:before {
4961
content: "\f23a";
5062
}

_fonts/icomoon/icomoon.eot

540 Bytes
Binary file not shown.

_fonts/icomoon/icomoon.svg

Lines changed: 3 additions & 0 deletions
Loading

_fonts/icomoon/icomoon.ttf

540 Bytes
Binary file not shown.

_fonts/icomoon/icomoon.woff

540 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)