content/styles/_hastyscribe.less
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
@font-face { font-family: 'HastyScribe'; src:url('../fonts/hastyscribe-eot.eot'); src:url('../fonts/hastyscribe-eot.eot?#iefix') format('embedded-opentype'), url('../fonts/hastyscribe-ttf.ttf') format('truetype'), url('../fonts/hastyscribe-woff.woff') format('woff'), url('../fonts/hastyscribe-svg.svg#hastyscribe') format('svg'); font-weight: normal; font-style: normal; } .hastyscribe:before { font-family: "HastyScribe"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 150%; vertical-align: bottom; line-height: 0.7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline; content: "H"; } |