Skip to content

Commit 4e48390

Browse files
committed
Fix new.css formatting with new prettier version
1 parent aed3159 commit 4e48390

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/_includes/css/framework/new.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
*/
2020

2121
:root {
22-
--nc-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
23-
'Open Sans', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
22+
--nc-font-sans:
23+
'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
24+
'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
2425
--nc-font-mono: Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace;
2526
--is-light-theme: 1;
2627

0 commit comments

Comments
 (0)