mirror of
https://github.com/ArthurDanjou/artdanj-fallback.git
synced 2026-01-15 00:59:53 +01:00
11 lines
194 B
CSS
Executable File
11 lines
194 B
CSS
Executable File
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
|
|
|
|
html,
|
|
body,
|
|
#app {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: 'Raleway', sans-serif;
|
|
}
|