diff --git a/settings/src/style.scss b/settings/src/style.scss index b6c1cb83..677b85cd 100644 --- a/settings/src/style.scss +++ b/settings/src/style.scss @@ -19,7 +19,8 @@ $alert-blue: #72aee6; .wp-block-wporg-two-factor-settings { position: relative; - font-size: 13px; + font-size: 14px; + font-family: 'Inter', sans-serif; > div.initial-load { display: flex; @@ -48,7 +49,6 @@ $alert-blue: #72aee6; input[type="number"] { padding: 6px 10px; font-size: 14px; - font-family: "Open Sans", sans-serif; } } @@ -56,6 +56,11 @@ $alert-blue: #72aee6; margin-top: 0; } + label, + .components-base-control__help { + font-family: 'Inter', sans-serif; + } + label { text-transform: initial; font-size: 14px; @@ -87,6 +92,10 @@ $alert-blue: #72aee6; & + .components-notice.is-error { margin-top: 24px; } + + > button { + font-size: 14px; /* Overwrite the Gutenberg default. */ + } } .wporg-2fa__token {