Skip to content

Commit d304a03

Browse files
authored
Merge pull request #2493 from weh/patch/v2.17.0-angular
update font to use correct angular icons
2 parents fd0e3d8 + db9dca7 commit d304a03

7 files changed

Lines changed: 15 additions & 15 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
}

devicon.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/devicon.eot

764 Bytes
Binary file not shown.

fonts/devicon.svg

Lines changed: 2 additions & 2 deletions
Loading

fonts/devicon.ttf

764 Bytes
Binary file not shown.

fonts/devicon.woff

764 Bytes
Binary file not shown.

icomoon.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)