diff --git a/web/src/index.css b/web/src/index.css index 63b2892..0aa7987 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -208,6 +208,8 @@ button, a.button, span.button { justify-content: center; align-items: center; color: inherit; + /* Buttons sometimes have their own fonts? */ + font-family: var(--font-stack); &:hover, &:focus { background-color: var(--button-hover-color);