mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2026-01-08 18:35:42 +00:00
Update icon font
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?11e7i0');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?11e7i0#iefix') format('embedded-opentype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?11e7i0') format('truetype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?11e7i0') format('woff'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?11e7i0##{$icomoon-font-family}') format('svg');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?km2c2k');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?km2c2k#iefix') format('embedded-opentype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?km2c2k') format('truetype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?km2c2k') format('woff'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?km2c2k##{$icomoon-font-family}') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@@ -27,6 +27,66 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon--arrow-back {
|
||||
&:before {
|
||||
content: $icon--arrow-back;
|
||||
}
|
||||
}
|
||||
.icon--arrow-down {
|
||||
&:before {
|
||||
content: $icon--arrow-down;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropdown-circle {
|
||||
&:before {
|
||||
content: $icon--arrow-dropdown-circle;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropdown {
|
||||
&:before {
|
||||
content: $icon--arrow-dropdown;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropleft-circle {
|
||||
&:before {
|
||||
content: $icon--arrow-dropleft-circle;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropleft {
|
||||
&:before {
|
||||
content: $icon--arrow-dropleft;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropright-circle {
|
||||
&:before {
|
||||
content: $icon--arrow-dropright-circle;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropright {
|
||||
&:before {
|
||||
content: $icon--arrow-dropright;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropup-circle {
|
||||
&:before {
|
||||
content: $icon--arrow-dropup-circle;
|
||||
}
|
||||
}
|
||||
.icon--arrow-dropup {
|
||||
&:before {
|
||||
content: $icon--arrow-dropup;
|
||||
}
|
||||
}
|
||||
.icon--arrow-forward {
|
||||
&:before {
|
||||
content: $icon--arrow-forward;
|
||||
}
|
||||
}
|
||||
.icon--arrow-up {
|
||||
&:before {
|
||||
content: $icon--arrow-up;
|
||||
}
|
||||
}
|
||||
.icon--at-outline {
|
||||
&:before {
|
||||
content: $icon--at-outline;
|
||||
|
||||
Reference in New Issue
Block a user