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