mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
feat: add Manrope
font
This commit is contained in:
parent
8cc84f3600
commit
54c592919d
14
src/app.css
14
src/app.css
@ -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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user