Lines Matching refs:font
7 // Set local icon font
8 @font-face {
9 font-family: '#{$icons}';
10 font-style: normal;
11 font-weight: 400;
20 //@font-face {
21 // font-family: '#{$some-font-variable}';
22 // font-style: normal;
23 // font-weight: 400;
24 // src: url(../fonts/icons/#{$some-font-variable}.eot);
25 // src: url('../fonts/icons/#{$some-font-variable}.eot?#iefix') format('ie9-skip-eot'),
26 // url('../fonts/icons/#{$some-font-variable}.woff') format('woff'),
27 // url('../fonts/icons/#{$some-font-variable}.ttf') format('truetype');