adjust font weights
This commit is contained in:
parent
149a32ccfa
commit
defd5621bb
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user