Created
January 1, 2013 06:15
-
-
Save hatemogi/4425500 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // http://www.google.com/webfonts/earlyaccess | |
| @import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); | |
| font-family: 'Nanum Brush Script', cursive; | |
| @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); | |
| font-family: 'Nanum Gothic', sans-serif; | |
| @import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); | |
| font-family: 'Nanum Myeongjo', serif; | |
| @import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); | |
| font-family: 'Nanum Pen Script', cursive; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment