From: Michael Stapelberg Date: Fri, 22 Jul 2011 10:52:42 +0000 (+0200) Subject: use font 'Mako' for headings, fix Ovo.ttf X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=118700a93d7138e350feb736a90d56a123e2a5d3;p=i3%2Fi3.github.io use font 'Mako' for headings, fix Ovo.ttf --- diff --git a/css/style.css b/css/style.css index 6bfb392..1007944 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ body { } h2, h3 { - font-family: "Helvetica Neue", Helvetica, 'Ovo', Arial, sans-serif; + font-family: 'Mako', sans-serif; font-weight: bold; letter-spacing: -1px; color: #FFF; @@ -210,6 +210,13 @@ h1#title { src: local('Ovo'), url('/fonts/Ovo.ttf') format('truetype'); } +@font-face { + font-family: 'Mako'; + font-style: normal; + font-weight: normal; + src: local('Mako'), url('/fonts/Mako.ttf') format('truetype'); +} + .video img { margin-left: 1em; margin-right: 1em; diff --git a/fonts/Mako.ttf b/fonts/Mako.ttf new file mode 100644 index 0000000..c0bd095 Binary files /dev/null and b/fonts/Mako.ttf differ diff --git a/fonts/Ovo.ttf b/fonts/Ovo.ttf index c0aecf7..9b4a50a 100644 Binary files a/fonts/Ovo.ttf and b/fonts/Ovo.ttf differ