mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
11 lines
440 B
SCSS
Executable File
11 lines
440 B
SCSS
Executable File
@font-face {
|
|
font-family: 'icon';
|
|
src: url('../fonts/icon-regular-webfont.eot');
|
|
src: url('../fonts/icon-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/icon-regular-webfont.woff') format('woff'),
|
|
url('../fonts/icon-regular-webfont.ttf') format('truetype'),
|
|
url('../fonts/icon-regular-webfont.svg#iconregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|