Skip to content

Instantly share code, notes, and snippets.

@kublaj
Created September 27, 2013 10:57
Show Gist options
  • Save kublaj/6726965 to your computer and use it in GitHub Desktop.
Save kublaj/6726965 to your computer and use it in GitHub Desktop.
Noto Sans
<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>
@iyunusov
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment