1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00

prefer Roboto font instead of system fonts

This commit is contained in:
slowbackspace 2018-12-13 17:52:50 +01:00
parent 7de82b1004
commit eed4f1bd61

View File

@ -11,7 +11,7 @@ const baseStyles = createGlobalStyle`
width: 100%;
height: 100%;
position: relative;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", 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};