Skip to content

Instantly share code, notes, and snippets.

@dpolyakov
Created June 27, 2017 09:45
Show Gist options
  • Save dpolyakov/36cf05434432178d296a2b67e129b494 to your computer and use it in GitHub Desktop.
Save dpolyakov/36cf05434432178d296a2b67e129b494 to your computer and use it in GitHub Desktop.
/* life.ru */
body
{
font-family: "Roboto",sans-serif;
font-size: 17px;
line-height: 1.42857;
color: #2e2e2e;
background-color: #f2f2f2;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
}
@dpolyakov
Copy link
Author

<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
body 
{
    font-family: Noto Serif,serif;
    font-size: 18px;
    line-height: 28px;
}

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