1
0

adjust font weights

This commit is contained in:
Nicola Clark 2024-10-11 01:36:09 -05:00
parent 149a32ccfa
commit defd5621bb
Signed by: nicola
GPG Key ID: 3E1710E7FF08956C
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
@import 'vars.less'; @import 'vars.less';
@import (css) url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap'); @import (css) url('https://fonts.googleapis.com/css2?family=Rubik:wght@400..700&display=swap');
body { body {
font-family: @fonts-sans; font-family: @fonts-sans;
@ -8,6 +8,7 @@ body {
} }
h1 { h1 {
font-weight: 700;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }

View File

@ -27,6 +27,7 @@
<style lang="less"> <style lang="less">
li { li {
font-weight: 600;
margin: 0; margin: 0;
padding: @padding-md; padding: @padding-md;
text-align: center; text-align: center;