[fix 6322] Invalid prop `fontWeight`
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
e5d3f3a827
commit
547f8b0713
|
@ -8,10 +8,10 @@
|
|||
:monospace {:font-family "RobotoMono-Medium"}})
|
||||
|
||||
(def fonts-linux
|
||||
{:default {:font-family "Arial" :font-weight 400}
|
||||
:medium {:font-family "Arial" :font-weight 800}
|
||||
{:default {:font-family "Arial" :font-weight "400"}
|
||||
:medium {:font-family "Arial" :font-weight "800"}
|
||||
|
||||
:toolbar-title {:font-family "Arial" :font-weight 400}
|
||||
:toolbar-title {:font-family "Arial" :font-weight "400"}
|
||||
:monospace {:font-family "RobotoMono-Medium"}})
|
||||
|
||||
;; Structure to be exported
|
||||
|
|
Loading…
Reference in New Issue