Added Cardo font, minor updates.
h3rald h3rald@h3rald.com
Sat, 27 Oct 2012 16:08:19 +0200
3 files changed,
4 insertions(+),
4 deletions(-)
M
content/styles/_fonts.scss
→
content/styles/_fonts.scss
@@ -9,9 +9,9 @@ }
@font-face { font-family: 'Cardo'; - src: url('../fonts/Cardo-Roman.otf') format('opentype'); - font-weight: normal; - font-style: normal; + font-style: normal; + font-weight: 400; + src: url('../fonts/Cardo.woff'), local('Cardo-Regular') format('woff'); } @font-face {
M
content/styles/_layout.scss
→
content/styles/_layout.scss
@@ -138,7 +138,7 @@ margin-top: -6px;
} h1 { float: left; - margin-left: 45px; + margin-left: 50px; } time { clear: both;