all repos — h3rald @ de2127b672c9e406042b14c8f761a90461ed1c85

The sources of https://h3rald.com

Fixed Cardo font rendering.
h3rald h3rald@h3rald.com
Sun, 28 Oct 2012 17:06:01 +0100
commit

de2127b672c9e406042b14c8f761a90461ed1c85

parent

7311dd1b2512dd349abcd150ac54b5beb8c5f79d

3 files changed, 6 insertions(+), 6 deletions(-)

jump to
M RulesRules

@@ -132,7 +132,7 @@ item.identifier.chop + '.js'

end route '/fonts/*' do - item.identifier.chop + '.otf' + item.identifier.chop + ".#{item[:extension]}" end route '*' do
M content/styles/_fonts.scsscontent/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.scsscontent/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; }