mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Remove unused locale function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user