Dalson: use font-base for buttons

This commit is contained in:
Andrés 2019-10-16 13:16:00 +02:00
parent c92b319824
commit 8e182ee0bc
3 changed files with 3 additions and 3 deletions

View file

@ -300,7 +300,7 @@ object {
color: #FFFFFF;
font-weight: 600;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-family: var(--font-base, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-size: 1em;
line-height: 1;
background-color: #0073AA;

View file

@ -1082,7 +1082,7 @@ input[type="submit"],
cursor: pointer;
font-weight: 600;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-family: var(--font-base, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-size: 1rem;
background-color: #0073AA;
border-radius: 5px;

View file

@ -1082,7 +1082,7 @@ input[type="submit"],
cursor: pointer;
font-weight: 600;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-family: var(--font-headings, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-family: var(--font-base, "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif);
font-size: 1rem;
background-color: #0073AA;
border-radius: 5px;