[fix 6322] Invalid prop `fontWeight`

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2018-10-15 17:44:42 +02:00
parent e5d3f3a827
commit 547f8b0713
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@
:monospace {:font-family "RobotoMono-Medium"}}) :monospace {:font-family "RobotoMono-Medium"}})
(def fonts-linux (def fonts-linux
{:default {:font-family "Arial" :font-weight 400} {:default {:font-family "Arial" :font-weight "400"}
:medium {:font-family "Arial" :font-weight 800} :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"}}) :monospace {:font-family "RobotoMono-Medium"}})
;; Structure to be exported ;; Structure to be exported