mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
put back font family names
This commit is contained in:
parent
b7d43f9bce
commit
257738ac86
@ -11,8 +11,7 @@ const baseStyles = createGlobalStyle`
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
/* font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; */
|
||||
font-family: "Roboto", Arial, sans-serif;
|
||||
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
|
||||
font-weight: ${FONT_WEIGHT.NORMAL};
|
||||
font-size: 14px;
|
||||
color: ${colors.TEXT};
|
||||
|
Loading…
Reference in New Issue
Block a user