1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-18 20:31:31 +02:00

Built new icons, icomoon.json and devicon.css

This commit is contained in:
Thomas-Boi
2020-10-12 06:09:55 +00:00
committed by GitHub
parent 24df880246
commit ac9dc6abd8
8 changed files with 19 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?l8xyby'); src: url('fonts/devicon.eot?6szfnm');
src: url('fonts/devicon.eot?l8xyby#iefix') format('embedded-opentype'), src: url('fonts/devicon.eot?6szfnm#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?l8xyby') format('truetype'), url('fonts/devicon.ttf?6szfnm') format('truetype'),
url('fonts/devicon.woff?l8xyby') format('woff'), url('fonts/devicon.woff?6szfnm') format('woff'),
url('fonts/devicon.svg?l8xyby#devicon') format('svg'); url('fonts/devicon.svg?6szfnm#devicon') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: block; font-display: block;
@@ -25,6 +25,15 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.devicon-yunohost-plain:before {
content: "\e963";
}
.devicon-redux-original:before {
content: "\e964";
}
.devicon-clojurescript-plain:before {
content: "\e965";
}
.devicon-clojure-line:before { .devicon-clojure-line:before {
content: "\e962"; content: "\e962";
} }

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

After

Width:  |  Height:  |  Size: 879 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 71 KiB