mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-25 06:08:03 -05:00
12 lines
195 B
CSS
12 lines
195 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400&display=swap');
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Manrope', sans-serif;
|
|
}
|