♻️ Remove unused locale function

This commit is contained in:
Eva Marco
2024-07-04 12:37:53 +02:00
parent 8959d39356
commit 3d5e064358
3 changed files with 2 additions and 25 deletions

View File

@@ -18,16 +18,12 @@ $lh-115: 1.15;
$lh-133: 1.33;
$size-4: 1rem;
:root {
--font-family: "worksans", "vazirmatn", sans-serif;
}
body {
background-color: var(--db-primary);
color: var(--df-primary);
display: flex;
flex-direction: column;
font-family: var(--font-family);
font-family: "worksans", "vazirmatn", sans-serif;
width: 100vw;
height: 100vh;
overflow: hidden;