revise font styles
This commit is contained in:
parent
0bcd6e7c83
commit
03f62da4f0
1 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ html {
|
||||||
font-family: $root-font-family;
|
font-family: $root-font-family;
|
||||||
font-size: $small-device-font-size;
|
font-size: $small-device-font-size;
|
||||||
line-height: $root-line-height;
|
line-height: $root-line-height;
|
||||||
|
font-weight: $root-font-weight;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
@ -46,7 +47,7 @@ h5 {
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue