Browse Source

messing with font weights

pull/249/head
connors 11 years ago
parent
commit
3adb38312c
  1. 4
      docs-assets/css/docs.css
  2. 4
      lib/sass/docs.scss

4
docs-assets/css/docs.css

@ -688,7 +688,7 @@ body {
max-width: 750px;
margin: 0 auto 20px;
font-size: 24px;
font-weight: 300;
font-weight: 100;
line-height: 34px;
opacity: .8;
}
@ -943,7 +943,7 @@ hr {
.docs-subtitle {
margin-bottom: 30px;
font-size: 40px;
font-size: 41px;
line-height: 60px;
}

4
lib/sass/docs.scss

@ -78,7 +78,7 @@ body {
max-width: 750px;
margin: 0 auto 20px;
font-size: 24px;
font-weight: 300;
font-weight: 100;
line-height: 34px;
opacity: .8;
}
@ -351,7 +351,7 @@ hr {
}
.docs-subtitle {
margin-bottom: 30px;
font-size: 40px;
font-size: 41px;
line-height: 60px;
}

Loading…
Cancel
Save