mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Add FONT_FAMILY to variables
This commit is contained in:
parent
89e3a987ae
commit
8fc674f1b4
@ -14,6 +14,11 @@ export const FONT_WEIGHT = {
|
||||
BIGGER: '600',
|
||||
};
|
||||
|
||||
export const FONT_FAMILY = {
|
||||
MONOSPACE: '"Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace',
|
||||
MONOSPACE_NUMBERS: '"Roboto Zero", "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace',
|
||||
};
|
||||
|
||||
export const ICON_SIZE = {
|
||||
BASE: '20px',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user