.
This commit is contained in:
parent
fa2ec6c820
commit
099d350efd
14 changed files with 134 additions and 4 deletions
BIN
docs/src/fonts/lato/Lato-Black.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-Black.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-BlackItalic.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-Light.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-Light.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-LightItalic.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-LightItalic.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-Thin.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-Thin.ttf
Normal file
Binary file not shown.
BIN
docs/src/fonts/lato/Lato-ThinItalic.ttf
Normal file
BIN
docs/src/fonts/lato/Lato-ThinItalic.ttf
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -8,7 +8,6 @@
|
|||
--secondary-colour: #EFE5DC;
|
||||
--tertiary-colour: #818589;
|
||||
--quarternary-colour: #FAF9F6;
|
||||
--green: #007a5a;
|
||||
}
|
||||
|
||||
/* Adjust Mkdocs colours */
|
||||
|
|
|
|||
|
|
@ -25,6 +25,22 @@
|
|||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url('../fonts/lato/Lato-Regular.ttf');
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
src: url('../fonts/lato/Lato-Italic.ttf');
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: bold;
|
||||
|
|
@ -42,7 +58,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: normal;
|
||||
font-weight: light;
|
||||
font-style: normal;
|
||||
src: url('../fonts/lato/Lato-Regular.woff2');
|
||||
|
||||
|
|
@ -50,10 +66,36 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: normal;
|
||||
font-weight: light;
|
||||
font-style: italic;
|
||||
src: url('../fonts/lato/Lato-Italic.woff2');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: bolder;
|
||||
font-style: normal;
|
||||
src: url('../fonts/lato/Lato-Black.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
src: url('../fonts/lato/Lato-BlackItalic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: thin;
|
||||
font-style: normal;
|
||||
src: url('../fonts/lato/Lato-Light.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-weight: thin;
|
||||
font-style: italic;
|
||||
src: url('../fonts/lato/Lato-ThinItalic.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
|
|||
|
|
@ -54,12 +54,14 @@ article.md-content__inner.md-typeset:after {
|
|||
max-width: none;
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> parent of ec3c133 (.)
|
||||
/*****************************
|
||||
* STATUS
|
||||
*****************************/
|
||||
|
||||
div.status-green {
|
||||
background-color: var(--green);
|
||||
background-color: #007a5a;
|
||||
color: var(--background-colour);
|
||||
border-radius: 5px;
|
||||
padding: 5px 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue