Dalson: use font-base for buttons
This commit is contained in:
parent
c92b319824
commit
8e182ee0bc
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue