mirror of
https://github.com/bitwarden/browser
synced 2026-02-01 09:13:54 +00:00
Use font variable from libs/components/src/theme.css
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@import "../../../../../../libs/components/src/theme.css";
|
||||
|
||||
:root {
|
||||
--autofill-font-family-sans-serif: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
--autofill-font-family-sans-serif: var(--font-sans);
|
||||
--autofill-font-family-source-code-pro: Source Code Pro, monospace;
|
||||
--autofill-font-size-base: 14px;
|
||||
--autofill-text-color-light: #212529;
|
||||
|
||||
Reference in New Issue
Block a user