adjust font weights
This commit is contained in:
parent
149a32ccfa
commit
defd5621bb
@ -1,6 +1,6 @@
|
||||
@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 {
|
||||
font-family: @fonts-sans;
|
||||
@ -8,6 +8,7 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
<style lang="less">
|
||||
li {
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
padding: @padding-md;
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user