1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-30 17:50:35 +02:00

update font to use correct angular icons

This commit is contained in:
Patrik Wehrli
2025-07-02 13:11:16 +02:00
parent fd0e3d8ea7
commit bb08ed498a
6 changed files with 14 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
@font-face { @font-face {
font-family: 'devicon'; font-family: 'devicon';
src: url('fonts/devicon.eot?qd25fp'); src: url('fonts/devicon.eot?cz6qyc');
src: url('fonts/devicon.eot?qd25fp#iefix') format('embedded-opentype'), src: url('fonts/devicon.eot?cz6qyc#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?qd25fp') format('truetype'), url('fonts/devicon.ttf?cz6qyc') format('truetype'),
url('fonts/devicon.woff?qd25fp') format('woff'), url('fonts/devicon.woff?cz6qyc') format('woff'),
url('fonts/devicon.svg?qd25fp#devicon') format('svg'); url('fonts/devicon.svg?cz6qyc#devicon') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: block; font-display: block;
@@ -25,6 +25,12 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.devicon-angular-plain-wordmark:before {
content: "\e916";
}
.devicon-angular-plain:before {
content: "\e917";
}
.devicon-teleport-line-wordmark:before { .devicon-teleport-line-wordmark:before {
content: "\e913"; content: "\e913";
} }
@@ -862,12 +868,6 @@
.devicon-angularmaterial-plain:before { .devicon-angularmaterial-plain:before {
content: "\e915"; content: "\e915";
} }
.devicon-angular-plain:before {
content: "\e916";
}
.devicon-angular-plain-wordmark:before {
content: "\e917";
}
.devicon-ansible-plain:before { .devicon-ansible-plain:before {
content: "\e918"; content: "\e918";
} }

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.4 MiB

After

Width:  |  Height:  |  Size: 6.4 MiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long