feat: add Manrope font

This commit is contained in:
madkarmaa 2025-04-03 11:42:46 +02:00
parent 8cc84f3600
commit 54c592919d

View File

@ -0,0 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
--font-family: 'Manrope', sans-serif;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
border: none;
outline: none;
font-family: var(--font-family);
}