update font
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user