changed font Lato -> Source sans Pro

This commit is contained in:
2022-09-15 16:25:25 +02:00
parent 5dd8916697
commit 9dfbce74b2
5 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
/* https://www.w3schools.com/bootstrap/bootstrap_theme_band.asp */
body {
font: 400 15px/1.8 Lato, sans-serif;
font: 400 18px/1.8 "Source Serif Pro", serif;
color: #666;
}
.monospace-font {
@@ -17,11 +17,12 @@ body {
h5 {
margin: 30px 0 30px 0;
font-size: 24px;
font-family: Montserrat, sans-serif;
letter-spacing: 10px;
color: #111;
}
.container {
padding-top: 6em;
padding-top: 5em;
}
.person {
border: 10px solid transparent;
@@ -144,7 +145,8 @@ h5 {
}
.menu-item {
font-size: 16px !important;
margin-left: 12px;
font-family: Montserrat, sans-serif;
margin-left: 10px;
}
footer {