blob: 90e5c7ee337107ab05cf3d71c6c61e4c402cde59 (
plain)
1
2
3
4
5
6
7
|
/* http://fonts.googleapis.com/css?family=Lato:300 */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(../font/Lato300.ttf) format('truetype');
}
|