!postscript = false / not !false
This commit is contained in:
parent
f37a7414c5
commit
d985773b96
@ -5,7 +5,7 @@
|
|||||||
// - for best results use this order: woff, opentype/truetype, svg
|
// - for best results use this order: woff, opentype/truetype, svg
|
||||||
// - !eot is required by IE, and is a relative location of the eot file.
|
// - !eot is required by IE, and is a relative location of the eot file.
|
||||||
// - postscript name is required by some browsers to look for local fonts.
|
// - postscript name is required by some browsers to look for local fonts.
|
||||||
=font-face( !name, !font_files, !eot = false, !postscript = !false, !style = false)
|
=font-face( !name, !font_files, !eot = false, !postscript = false, !style = false)
|
||||||
@font-face
|
@font-face
|
||||||
font-family: '#{!name}'
|
font-family: '#{!name}'
|
||||||
@if !style
|
@if !style
|
||||||
|
Loading…
Reference in New Issue
Block a user