all repos — h3rald @ 7311dd1b2512dd349abcd150ac54b5beb8c5f79d

The sources of https://h3rald.com

Added Cardo font, minor updates.
h3rald h3rald@h3rald.com
Sat, 27 Oct 2012 16:08:19 +0200
commit

7311dd1b2512dd349abcd150ac54b5beb8c5f79d

parent

cb9ac76cb9caa1dd0ccb10217cf3f99d547888ee

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

jump to
M content/styles/_fonts.scsscontent/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.scsscontent/styles/_layout.scss

@@ -138,7 +138,7 @@ margin-top: -6px;

} h1 { float: left; - margin-left: 45px; + margin-left: 50px; } time { clear: both;