From 2e5d9d7a8a67f97c97daa787710f5a8642b5f15b Mon Sep 17 00:00:00 2001 From: "ala'n (Alexey Stsefanovich)" Date: Mon, 26 Feb 2024 13:17:57 +0100 Subject: [PATCH] chore: fix prettier warnings --- site/src/common/reboot.less | 3 ++- site/src/e2e.less | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/site/src/common/reboot.less b/site/src/common/reboot.less index ee953d10c..85d602b2d 100644 --- a/site/src/common/reboot.less +++ b/site/src/common/reboot.less @@ -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; diff --git a/site/src/e2e.less b/site/src/e2e.less index a2381932d..ae60cc349 100644 --- a/site/src/e2e.less +++ b/site/src/e2e.less @@ -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 {