Files
Adam Bradley 9429a6cd84 ionicons
2013-09-23 13:13:22 -05:00

15 lines
678 B
SCSS

/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'Ionicon';
src: url('#{$IoniconPath}/ionicon-webfont.eot?v=#{$IoniconVersion}');
src: url('#{$IoniconPath}/ionicon-webfont.eot?#iefix&v=#{$IoniconVersion}') format('embedded-opentype'),
url('#{$IoniconPath}/ionicon-webfont.woff?v=#{$IoniconVersion}') format('woff'),
url('#{$IoniconPath}/ionicon-webfont.ttf?v=#{$IoniconVersion}') format('truetype'),
url('#{$IoniconPath}/ionicon-webfont.svg#ioniconsregular?v=#{$IoniconVersion}') format('svg');
// src: url('#{$IoniconPath}/Ionicon.otf') format('opentype'); // used when developing fonts
font-weight: normal;
font-style: normal;
}