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 {