update font

This commit is contained in:
2023-05-12 19:49:35 +02:00
parent 5de21dd553
commit 606a1f99d2
4 changed files with 23 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import '@fontsource/source-sans-pro';
body,
body > div,
@@ -9,6 +10,8 @@ html {
}
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 110%;
overflow-y: auto;
}
@@ -20,7 +23,7 @@ body {
line-height: 2rem;
ol,
ul {
@apply ps-8 my-2;
@apply my-2 ps-8;
}
ol {
@apply list-decimal;