1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-22 06:03:14 +02:00

Built new icons, icomoon.json and devicon.css

This commit is contained in:
Thomas-Boi
2020-10-12 02:31:39 +00:00
committed by GitHub
parent da0c8ced01
commit 7dc42429f3
7 changed files with 11 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
@font-face { @font-face {
font-family: 'devicon'; font-family: 'devicon';
src: url('fonts/devicon.eot?yl3aib'); src: url('fonts/devicon.eot?e3ee6v');
src: url('fonts/devicon.eot?yl3aib#iefix') format('embedded-opentype'), src: url('fonts/devicon.eot?e3ee6v#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?yl3aib') format('truetype'), url('fonts/devicon.ttf?e3ee6v') format('truetype'),
url('fonts/devicon.woff?yl3aib') format('woff'), url('fonts/devicon.woff?e3ee6v') format('woff'),
url('fonts/devicon.svg?yl3aib#devicon') format('svg'); url('fonts/devicon.svg?e3ee6v#devicon') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: block; font-display: block;
@@ -25,6 +25,9 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.devicon-mocha-plain:before {
content: "\e961";
}
.devicon-haskell-plain:before { .devicon-haskell-plain:before {
content: "\e95f"; content: "\e95f";
} }

2
devicon.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 825 KiB

After

Width:  |  Height:  |  Size: 831 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long