1
0
resumarkdown/src/app.less
Nicola Clark 2a6523b9f1
[LICENSE] relicense project under MPL 2.0
relicensed due to GitHub's Copilot push. details in README.md.
2025-02-28 10:53:21 -06:00

26 lines
478 B
Plaintext

/*
* 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';
@import (css) url('https://fonts.googleapis.com/css2?family=Rubik:wght@400..700&display=swap');
html,
body {
height: 100%;
}
body {
font-family: @fonts-sans;
margin: 0;
}
h1 {
font-weight: @font-w-bold;
margin: 0;
padding: 0;
}