Skip to content

Commit 245ca9b

Browse files
committed
Fix: add layer to font import
1 parent 8d5a3a0 commit 245ca9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/assets/web/dev.index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="UTF-8">
88
<style>
99
/* Inter Font */
10-
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');
10+
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap') layer;
1111

1212
#dx-toast-template {
1313
display: none;

packages/desktop/src/assets/dev.index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66
<style>
77
/* Inter Font */
8-
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');
8+
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap') layer;
99

1010
#dx-toast-template {
1111
display: none;

0 commit comments

Comments
 (0)