Created
July 30, 2014 16:36
-
-
Save maylogger/500ceb9fb09bd316e895 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.12) | |
// Compass (v1.0.0.alpha.21) | |
// ---- | |
@font-face { | |
font-family: 'Chinese'; | |
unicode-range: U+4E00-9FFF; | |
src: local(Noto Sans T Chinese), local(Lantinghei TC), local('微軟正黑體'); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
@font-face { | |
font-family: 'Chinese'; | |
unicode-range: U+4E00-9FFF; | |
src: local(Noto Sans T Chinese), local(Lantinghei TC), local("微軟正黑體"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment