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

Merge branch 'fix-icons' of https://github.com/devicons/devicon into fix-icons

This commit is contained in:
Thomas Bui
2020-10-11 22:03:38 -07:00
8 changed files with 11 additions and 7 deletions

View File

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

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: 831 KiB

After

Width:  |  Height:  |  Size: 833 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

BIN
new_icons.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB