github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft_documentation/source/stylesheets/_icon-font.scss (about) 1 @font-face { 2 font-family: 'slate'; 3 src:font-url('slate.eot?-syv14m'); 4 src:font-url('slate.eot?#iefix-syv14m') format('embedded-opentype'), 5 font-url('slate.woff2?-syv14m') format('woff2'), 6 font-url('slate.woff?-syv14m') format('woff'), 7 font-url('slate.ttf?-syv14m') format('truetype'), 8 font-url('slate.svg?-syv14m#slate') format('svg'); 9 font-weight: normal; 10 font-style: normal; 11 } 12 13 %icon { 14 font-family: 'slate'; 15 speak: none; 16 font-style: normal; 17 font-weight: normal; 18 font-variant: normal; 19 text-transform: none; 20 line-height: 1; 21 } 22 23 %icon-exclamation-sign { 24 @extend %icon; 25 content: "\e600"; 26 } 27 %icon-info-sign { 28 @extend %icon; 29 content: "\e602"; 30 } 31 %icon-ok-sign { 32 @extend %icon; 33 content: "\e606"; 34 } 35 %icon-search { 36 @extend %icon; 37 content: "\e607"; 38 }