Merge pull request #14075 from gbathree/13688-fix-button-font-consistency

Fix: unify font-family across all .button elements
This commit is contained in:
Rachel Arnould
2026-03-20 11:03:51 +01:00
committed by GitHub

View File

@@ -54,6 +54,7 @@
.button, button {
@include border-radius(0.5em);
font-family: inherit;
outline: none;
&.x-small {
@@ -65,7 +66,6 @@
}
.button.primary, button.primary {
font-family: $body-font;
background: $orange-450;
color: white;
}