Skip to content
Snippets Groups Projects

Fix fontalternative

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