]> git.sur5r.net Git - i3/i3.github.io/commitdiff
use font 'Mako' for headings, fix Ovo.ttf
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 10:52:42 +0000 (12:52 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 10:52:42 +0000 (12:52 +0200)
css/style.css
fonts/Mako.ttf [new file with mode: 0644]
fonts/Ovo.ttf

index 6bfb3925b3ca49777d00435fa70b50456494c9f9..1007944bb2c2283119e99b2018cdc87d6465016b 100644 (file)
@@ -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 (file)
index 0000000..c0bd095
Binary files /dev/null and b/fonts/Mako.ttf differ
index c0aecf7e5934a9d4495941df83c079645ffb9038..9b4a50a5240ddc6538e4018286b2b3b292d6f94d 100644 (file)
Binary files a/fonts/Ovo.ttf and b/fonts/Ovo.ttf differ