Correct font data, better readability for small bold text
This commit is contained in:
parent
ed9ad913a6
commit
d4307c711c
74 changed files with 3898 additions and 1108 deletions
|
|
@ -3,18 +3,28 @@ $mainPadding: 15px;
|
|||
body {
|
||||
background-image: url(/img/bg.png);
|
||||
background-repeat: both;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: inherit;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
|
|
@ -22,9 +32,9 @@ h1,h2,h3,h4,h5,h6 {
|
|||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 { line-height: $baseLineHeight * 1.5; }
|
||||
h1,h2,h3 {
|
||||
line-height: $baseLineHeight * 1.5;
|
||||
}
|
||||
|
||||
h1 { font-size: $baseFontSize * 2; }
|
||||
h2 { font-size: $baseFontSize * 1.5; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue