mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
font update for web & docs sites
This commit is contained in:
parent
164c2224a0
commit
0b4406e547
3 changed files with 15 additions and 0 deletions
10
docs/overrides/public/main.css
Normal file
10
docs/overrides/public/main.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
@import url("https://fonts.cdnfonts.com/css/cadman");
|
||||
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
|
||||
|
||||
body {
|
||||
font-family: Lato, sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Cadman, Lato, sans-serif;
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&display=swap">
|
||||
<link rel="stylesheet" href="https://fonts.cdnfonts.com/css/cadman">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
|
||||
|
|
|
@ -7,6 +7,10 @@ body {
|
|||
font-family: Lato, sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Cadman, Lato, sans-serif;
|
||||
}
|
||||
|
||||
.navbar-container {
|
||||
max-width: 850px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue