Skip to content

Commit

Permalink
updated icomoon font
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Dec 29, 2024
1 parent 92cb6c2 commit 657880e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Binary file modified vendor/assets/icomoon-font/fonts/icomoon.eot
Binary file not shown.
Binary file modified vendor/assets/icomoon-font/fonts/icomoon.ttf
Binary file not shown.
Binary file modified vendor/assets/icomoon-font/fonts/icomoon.woff
Binary file not shown.
14 changes: 7 additions & 7 deletions vendor/assets/icomoon-font/icomoon-font.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: font-url('fonts/icomoon.eot?g20me8');
src: font-url('fonts/icomoon.eot?g20me8#iefix') format('embedded-opentype'),
font-url('fonts/icomoon.ttf?g20me8') format('truetype'),
font-url('fonts/icomoon.woff?g20me8') format('woff'),
font-url('fonts/icomoon.svg?g20me8#icomoon') format('svg');
src: font-url('fonts/icomoon.eot?7wpnun');
src: font-url('fonts/icomoon.eot?7wpnun#iefix') format('embedded-opentype'),
font-url('fonts/icomoon.ttf?7wpnun') format('truetype'),
font-url('fonts/icomoon.woff?7wpnun') format('woff'),
font-url('fonts/icomoon.svg?7wpnun#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -30,11 +30,11 @@
}
.icon-facebook:before {
content: "\e905";
color: #1877f2;
color: #fff;
}
.icon-mastodon:before {
content: "\e906";
color: #3088d4;
color: #fff;
}
.icon-group-light:before {
content: "\e901";
Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/icomoon-font/selection.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions vendor/assets/icomoon-font/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?g20me8');
src: url('fonts/icomoon.eot?g20me8#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?g20me8') format('truetype'),
url('fonts/icomoon.woff?g20me8') format('woff'),
url('fonts/icomoon.svg?g20me8#icomoon') format('svg');
src: url('fonts/icomoon.eot?7wpnun');
src: url('fonts/icomoon.eot?7wpnun#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?7wpnun') format('truetype'),
url('fonts/icomoon.woff?7wpnun') format('woff'),
url('fonts/icomoon.svg?7wpnun#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -30,11 +30,11 @@
}
.icon-facebook:before {
content: "\e905";
color: #1877f2;
color: #fff;
}
.icon-mastodon:before {
content: "\e906";
color: #3088d4;
color: #fff;
}
.icon-group-light:before {
content: "\e901";
Expand Down

0 comments on commit 657880e

Please sign in to comment.