Created
September 27, 2013 10:57
-
-
Save kublaj/6726965 to your computer and use it in GitHub Desktop.
Noto Sans
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
<link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | |
<style> | |
body { | |
font-family: 'Noto Sans', sans-serif; | |
font-weight: 400; | |
/* font-weight: 700; */ | |
} | |
/* @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,latin-ext); */ | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!