fix: add default typography styles

This commit is contained in:
enes 2024-07-29 11:19:41 +02:00
parent 6a1f04ec6b
commit 2cd851a7c1

View File

@ -0,0 +1,7 @@
$font-familiy: 'Roboto', system-ui, sans-serif;
$letter-spacing: 1px;
$body-font-size: 18px;
$body-line-height: 1.5;
$body-font-weight: 500;