This commit is contained in:
parent
3c64945b2e
commit
025a9243b1
@ -16,9 +16,9 @@
|
||||
@if $eot {
|
||||
src: font-url($eot); }
|
||||
@if $postscript {
|
||||
src: local("#{$name}"), local("#{$postscript}"), #{$font-files}; }
|
||||
src: local("☺"), local("#{$postscript}"), #{$font-files}; }
|
||||
@else {
|
||||
src: local("#{$name}"), #{$font-files}; } } }
|
||||
src: local("☺"), #{$font-files}; } } }
|
||||
|
||||
// EXAMPLE
|
||||
// +font-face("this name", font-files("this.woff", "woff", "this.otf", "opentype"), "this.eot", "thisname")
|
||||
|
Loading…
Reference in New Issue
Block a user