1
0
resumarkdown/src/app.less

26 lines
478 B
Plaintext
Raw Normal View History

/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at https://mozilla.org/MPL/2.0/.
*/
@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;
}