mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2026-02-15 13:59:30 +00:00
Updated fonts.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
@font-face {
|
||||
font-family: '#{$icomoon-font-family}';
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?x3hpe6');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?x3hpe6#iefix') format('embedded-opentype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?x3hpe6') format('truetype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?x3hpe6') format('woff'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?x3hpe6##{$icomoon-font-family}') format('svg');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?3r857r');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?3r857r#iefix') format('embedded-opentype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?3r857r') format('truetype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?3r857r') format('woff'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?3r857r##{$icomoon-font-family}') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@@ -42,6 +42,16 @@
|
||||
content: $icon--add;
|
||||
}
|
||||
}
|
||||
.icon--alert-outline {
|
||||
&:before {
|
||||
content: $icon--alert-outline;
|
||||
}
|
||||
}
|
||||
.icon--alert {
|
||||
&:before {
|
||||
content: $icon--alert;
|
||||
}
|
||||
}
|
||||
.icon--analytics-outline {
|
||||
&:before {
|
||||
content: $icon--analytics-outline;
|
||||
@@ -107,6 +117,26 @@
|
||||
content: $icon--arrow-forward;
|
||||
}
|
||||
}
|
||||
.icon--arrow-back1 {
|
||||
&:before {
|
||||
content: $icon--arrow-back1;
|
||||
}
|
||||
}
|
||||
.icon--arrow-down1 {
|
||||
&:before {
|
||||
content: $icon--arrow-down1;
|
||||
}
|
||||
}
|
||||
.icon--arrow-forward1 {
|
||||
&:before {
|
||||
content: $icon--arrow-forward1;
|
||||
}
|
||||
}
|
||||
.icon--arrow-up1 {
|
||||
&:before {
|
||||
content: $icon--arrow-up1;
|
||||
}
|
||||
}
|
||||
.icon--arrow-up {
|
||||
&:before {
|
||||
content: $icon--arrow-up;
|
||||
@@ -122,6 +152,16 @@
|
||||
content: $icon--at;
|
||||
}
|
||||
}
|
||||
.icon--ios-backspace-outline {
|
||||
&:before {
|
||||
content: $icon--ios-backspace-outline;
|
||||
}
|
||||
}
|
||||
.icon--ios-backspace {
|
||||
&:before {
|
||||
content: $icon--ios-backspace;
|
||||
}
|
||||
}
|
||||
.icon--basket-outline {
|
||||
&:before {
|
||||
content: $icon--basket-outline;
|
||||
@@ -132,6 +172,16 @@
|
||||
content: $icon--basket;
|
||||
}
|
||||
}
|
||||
.icon--bug-outline {
|
||||
&:before {
|
||||
content: $icon--bug-outline;
|
||||
}
|
||||
}
|
||||
.icon--bug {
|
||||
&:before {
|
||||
content: $icon--bug;
|
||||
}
|
||||
}
|
||||
.icon--card-outline {
|
||||
&:before {
|
||||
content: $icon--card-outline;
|
||||
@@ -182,6 +232,46 @@
|
||||
content: $icon--close-circle;
|
||||
}
|
||||
}
|
||||
.icon--create-outline {
|
||||
&:before {
|
||||
content: $icon--create-outline;
|
||||
}
|
||||
}
|
||||
.icon--create {
|
||||
&:before {
|
||||
content: $icon--create;
|
||||
}
|
||||
}
|
||||
.icon--eye-off-outline {
|
||||
&:before {
|
||||
content: $icon--eye-off-outline;
|
||||
}
|
||||
}
|
||||
.icon--eye-off {
|
||||
&:before {
|
||||
content: $icon--eye-off;
|
||||
}
|
||||
}
|
||||
.icon--eye-outline {
|
||||
&:before {
|
||||
content: $icon--eye-outline;
|
||||
}
|
||||
}
|
||||
.icon--eye {
|
||||
&:before {
|
||||
content: $icon--eye;
|
||||
}
|
||||
}
|
||||
.icon--information-circle-outline {
|
||||
&:before {
|
||||
content: $icon--information-circle-outline;
|
||||
}
|
||||
}
|
||||
.icon--information-circle {
|
||||
&:before {
|
||||
content: $icon--information-circle;
|
||||
}
|
||||
}
|
||||
.icon--key-outline {
|
||||
&:before {
|
||||
content: $icon--key-outline;
|
||||
@@ -202,4 +292,54 @@
|
||||
content: $icon--lock;
|
||||
}
|
||||
}
|
||||
.icon--mail-open-outline {
|
||||
&:before {
|
||||
content: $icon--mail-open-outline;
|
||||
}
|
||||
}
|
||||
.icon--mail-open {
|
||||
&:before {
|
||||
content: $icon--mail-open;
|
||||
}
|
||||
}
|
||||
.icon--mail-outline {
|
||||
&:before {
|
||||
content: $icon--mail-outline;
|
||||
}
|
||||
}
|
||||
.icon--ios-mail {
|
||||
&:before {
|
||||
content: $icon--ios-mail;
|
||||
}
|
||||
}
|
||||
.icon--planet-outline {
|
||||
&:before {
|
||||
content: $icon--planet-outline;
|
||||
}
|
||||
}
|
||||
.icon--planet {
|
||||
&:before {
|
||||
content: $icon--planet;
|
||||
}
|
||||
}
|
||||
.icon--thumbs-down-outline {
|
||||
&:before {
|
||||
content: $icon--thumbs-down-outline;
|
||||
}
|
||||
}
|
||||
.icon--thumbs-down {
|
||||
&:before {
|
||||
content: $icon--thumbs-down;
|
||||
}
|
||||
}
|
||||
.icon--thumbs-up-outline {
|
||||
&:before {
|
||||
content: $icon--thumbs-up-outline;
|
||||
}
|
||||
}
|
||||
.icon--thumbs-up {
|
||||
&:before {
|
||||
content: $icon--thumbs-up;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user