summaryrefslogtreecommitdiff
path: root/fonts/lato.css
blob: cdc5609c7ccc8a05a8f82cdb7bc55709ef4232ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url('lato100.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url('lato300.woff') format('woff');
}