Skip to content

Commit bb08ed4

Browse files
committed
update font to use correct angular icons
1 parent fd0e3d8 commit bb08ed4

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

devicon-base.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'devicon';
3-
src: url('fonts/devicon.eot?qd25fp');
4-
src: url('fonts/devicon.eot?qd25fp#iefix') format('embedded-opentype'),
5-
url('fonts/devicon.ttf?qd25fp') format('truetype'),
6-
url('fonts/devicon.woff?qd25fp') format('woff'),
7-
url('fonts/devicon.svg?qd25fp#devicon') format('svg');
3+
src: url('fonts/devicon.eot?cz6qyc');
4+
src: url('fonts/devicon.eot?cz6qyc#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?cz6qyc') format('truetype'),
6+
url('fonts/devicon.woff?cz6qyc') format('woff'),
7+
url('fonts/devicon.svg?cz6qyc#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -25,6 +25,12 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.devicon-angular-plain-wordmark:before {
29+
content: "\e916";
30+
}
31+
.devicon-angular-plain:before {
32+
content: "\e917";
33+
}
2834
.devicon-teleport-line-wordmark:before {
2935
content: "\e913";
3036
}
@@ -862,12 +868,6 @@
862868
.devicon-angularmaterial-plain:before {
863869
content: "\e915";
864870
}
865-
.devicon-angular-plain:before {
866-
content: "\e916";
867-
}
868-
.devicon-angular-plain-wordmark:before {
869-
content: "\e917";
870-
}
871871
.devicon-ansible-plain:before {
872872
content: "\e918";
873873
}

fonts/devicon.eot

764 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)