Skip to content

Commit

Permalink
chore: fix prettier warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 26, 2024
1 parent dd315cd commit 2e5d9d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion site/src/common/reboot.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

body {
margin: 0;
font-family: system-ui, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-family: system-ui, 'Segoe UI', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down
8 changes: 5 additions & 3 deletions site/src/e2e.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
// Fallback font for automated tests
@font-face {
font-family: 'E2EMonoFont';
src: url('/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('opentype');

src: url('/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf')
format('opentype');
}

@font-face {
font-family: 'E2EMonoFont';
font-style: italic;
src: url('/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('opentype');
src: url('/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf')
format('opentype');
}

body {
Expand Down

0 comments on commit 2e5d9d7

Please sign in to comment.