Skip to content

Commit f1bd7b3

Browse files
committed
Inherit font-family
1 parent d92fc53 commit f1bd7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Modal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
background: #ffffff;
3939
border-radius: 10px;
4040
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
41-
font-family: 'Helvetica Neue';
41+
font-family: inherit;
4242
font-size: inherit;
4343
padding: 1.33em;
4444
position: relative;

0 commit comments

Comments
 (0)