1
0
resumarkdown/src/app.less

20 lines
267 B
Plaintext
Raw Normal View History

@import 'styles.less';
2024-10-11 00:11:27 -05:00
2024-10-11 01:36:09 -05:00
@import (css) url('https://fonts.googleapis.com/css2?family=Rubik:wght@400..700&display=swap');
2024-10-11 00:11:27 -05:00
2024-10-16 12:05:07 -05:00
html,
body {
height: 100%;
}
2024-10-11 00:11:27 -05:00
body {
font-family: @fonts-sans;
margin: 0;
}
h1 {
2024-10-12 23:47:09 -05:00
font-weight: @font-w-bold;
2024-10-11 00:11:27 -05:00
margin: 0;
padding: 0;
}