Skip to content

Commit 74b85d7

Browse files
committed
Removed font faces from prosemirror stylesheet
1 parent 496008e commit 74b85d7

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/renderer/assets/prosemirror.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@
77
*
88
*/
99

10-
/*
11-
* fonts
12-
*/
13-
@font-face {
14-
font-family: 'Inter-Regular';
15-
src: url('./default-fonts/Inter-Regular.ttf');
16-
}
17-
@font-face {
18-
font-family: 'Inter-Medium';
19-
src: url('./default-fonts/Inter-Medium.ttf');
20-
}
21-
@font-face {
22-
font-family: 'Inter-Bold';
23-
src: url('./default-fonts/Inter-Bold.ttf');
24-
}
25-
2610
/*
2711
* root vars
2812
*/

0 commit comments

Comments
 (0)