mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 14:25:00 +00:00
Merge pull request #89 from snickers2029/master
use fontello.woff since .woff2 is not provided
This commit is contained in:
commit
c55a03030e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
font-family: 'Fontello';
|
||||
src: url('fonts/fontello.eot'); /* IE9 Compat Modes */
|
||||
src: url('fonts/fontello.eot?#fontello') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('fonts/fontello.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('fonts/fontello.woff') format('woff2'), /* Super Modern Browsers */
|
||||
url('fonts/fontello.woff') format('woff'), /* Pretty Modern Browsers */
|
||||
url('fonts/fontello.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('fonts/fontello.svg#svgFontName') format('svg'); /* Legacy iOS */
|
||||
|
|
Loading…
Add table
Reference in a new issue