Skip to content
Snippets Groups Projects

Fix fontalternative

Merged Riedel Nina requested to merge fix_fontalternative into main
4 files
+ 16
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -15,7 +15,7 @@
color: #4d5927;
}
.descriptionAside h1{
font-family: Garamond;
font-family: Garamond, sans-serif;
}
.descriptionAside h2 {
padding-top: 5px;
@@ -23,7 +23,7 @@
.descriptionAside p {
padding-top: 20px;
font-family: Century Gothic;
font-family: Century Gothic, sans-serif;
}
@@ -36,7 +36,7 @@
padding: 10%;
font-size: 1.5rem;
font-weight: 500;
font-family: Century Gothic;
font-family: Century Gothic, sans-serif;
}
.smallDiv {
@@ -46,7 +46,7 @@
.smallDiv p {
padding-top: 10px;
font-family: Century Gothic;
font-family: Century Gothic, sans-serif;
font-size: 1.25rem;
}
Loading