Files
atlantis/website/html/css/font.css
Anubhav Mishra 5426f519d8 Adding atlantis landing page atlantis.run. Fixes #3 (#139)
* Adding atlantis landing page atlantis.run. Fixes #3

* more docs on automated cert renewal
2017-08-26 23:42:51 -07:00

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;
}