2017-04-12 05:04:27 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Lato';
|
|
|
|
src: url('../fonts/Lato-Light.woff') format('woff'),
|
2017-11-28 05:43:30 +00:00
|
|
|
url('../fonts/Lato-Light.ttf') format('truetype');
|
2017-04-12 05:04:27 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Lato';
|
|
|
|
src: url('../fonts/Lato-Regular.woff') format('woff'),
|
2017-11-28 05:43:30 +00:00
|
|
|
url('../fonts/Lato-Regular.ttf') format('truetype');
|
2017-04-12 05:04:27 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Lato';
|
|
|
|
src: url('../fonts/Lato-Bold.woff') format('woff'),
|
2017-11-28 05:43:30 +00:00
|
|
|
url('../fonts/Lato-Bold.ttf') format('truetype');
|
2017-04-12 05:04:27 +00:00
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2017-11-28 05:43:30 +00:00
|
|
|
}
|