mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 20:38:44 +00:00
* Adding atlantis landing page atlantis.run. Fixes #3 * more docs on automated cert renewal
68 lines
1.5 KiB
CSS
68 lines
1.5 KiB
CSS
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-Light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-LightItalic.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-Black.woff') format('woff');
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-BlackItalic.woff') format('woff');
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-BoldItalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-Semibold.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-SemiboldItalic.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-Italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../font/Lato-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |