forked from ti-nuage/site
33 lines
738 B
CSS
33 lines
738 B
CSS
@font-face {
|
|
font-family: 'Lato';
|
|
src:
|
|
url('Lato-Regular.woff2') format('woff2'),
|
|
url('Lato-Regular.woff') format('woff'),
|
|
url('Lato-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src:
|
|
url('Lato-Light.woff2') format('woff2'),
|
|
url('Lato-Light.woff') format('woff'),
|
|
url('Lato-Light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src:
|
|
url('Lato-Bold.woff2') format('woff2'),
|
|
url('Lato-Bold.woff') format('woff'),
|
|
url('Lato-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|