Fixed Cardo font rendering.
h3rald h3rald@h3rald.com
Sun, 28 Oct 2012 17:06:01 +0100
3 files changed,
6 insertions(+),
6 deletions(-)
M
content/styles/_fonts.scss
→
content/styles/_fonts.scss
@@ -11,7 +11,7 @@ @font-face {
font-family: 'Cardo'; font-style: normal; font-weight: 400; - src: url('../fonts/Cardo.woff'), local('Cardo-Regular') format('woff'); + src: url('../fonts/Cardo.woff') format('woff'); } @font-face {
M
content/styles/_layout.scss
→
content/styles/_layout.scss
@@ -66,16 +66,16 @@
.h_line { display: block; border: 1px solid $text-color; - margin-top: 3px; - margin-left: -6px; - width: 50px; + margin-top: 8px; + margin-left: -4px; + width: 52px; } .rald_line { float: left; display: block; border: 1px solid $text-color; - margin-top: -2px; + margin-top: -1px; margin-left: 87px; width: 209px; }