Skip to content

Instantly share code, notes, and snippets.

@albertbaldi
Last active October 5, 2015 13:30
Show Gist options
  • Save albertbaldi/e819fed5cabaa83b197b to your computer and use it in GitHub Desktop.
Save albertbaldi/e819fed5cabaa83b197b to your computer and use it in GitHub Desktop.
Gist para criar um arquivo app.css utilizando a fonte Roboto
body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment