14 lines
293 B
CSS
14 lines
293 B
CSS
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('/assets/fonts/lato.regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('/assets/fonts/lato.heavy.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|