codeforamerica / rva-screening-ui-prototypes

A repo for sketching and comparing user interface ideas for rva-screener
1 stars 2 forks source link

adding global font styles, resolves #5 for now #20

Closed mapsam closed 9 years ago

mapsam commented 9 years ago

adding fonts to the globals.scss file

body {
  padding: 0; margin: 0;
  overflow-x: hidden; // remove this!
  font-family: $font-main;
  // font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: $font-header;
}

a {
  text-decoration: none;
}

button,
input,
textarea,
select,
option {
  font-family: $font-main;
}