[gnome3-web] it's otf, not ttf damnit



commit 4c358b7b74acb2ffa421c098b44142cb08ffe661
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jan 19 16:18:49 2011 +0100

    it's otf, not ttf damnit

 css/gnome3.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/css/gnome3.css b/css/gnome3.css
index bdf4f7b..efb4123 100644
--- a/css/gnome3.css
+++ b/css/gnome3.css
@@ -1,14 +1,14 @@
 @font-face {
   font-family: 'Cantarell';
   src: local('Cantarell'), local('Cantarell Regular'),
-  url(../fonts/Cantarell-Regular.ttf);
+  url(../fonts/Cantarell-Regular.otf);
 }
 
 @font-face {
   font-family: 'Cantarell';
   font-weight: bold;
   src: local('Cantarell Bold'), local('Cantarell-Bold'),
-  url(../fonts/Cantarell-Bold.ttf);
+  url(../fonts/Cantarell-Bold.otf);
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]