Skip to content

Commit 68a384b

Browse files
committed
remove font family rule from frame
1 parent cc3650c commit 68a384b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/renderer/frame/views.cljs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@
5050
:overflow "hidden"
5151
:user-select "none"
5252
:touch-action "none"
53-
:margin 0
54-
:font-family "-apple-system, BlinkMacSystemFont,
55-
'Segoe UI (Custom)', 'Roboto',
56-
'Helvetica Neue', 'Open Sans (Custom)',
57-
system-ui, sans-serif, 'Apple Color Emoji',
58-
'Segoe UI Emoji'"}}]])
53+
:margin 0}}]])
5954

6055
(def resize-observer
6156
(js/ResizeObserver.

0 commit comments

Comments
 (0)