[gnomeweb-wp] finish the update to use Cantarell as default font for the website



commit 5e363fda636da81c1a491e77f12ace46c3aa8301
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Sat Mar 12 00:53:45 2011 -0300

    finish the update to use Cantarell as default font for the website

 wp-content/themes/gnome-grass/fonts.css            |   59 ++-----------------
 .../themes/gnome-grass/fonts/Cantarell-Bold.otf    |  Bin 0 -> 51840 bytes
 .../themes/gnome-grass/fonts/Cantarell-Regular.otf |  Bin 0 -> 47828 bytes
 wp-content/themes/gnome-grass/text.css             |    2 +-
 4 files changed, 8 insertions(+), 53 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/fonts.css b/wp-content/themes/gnome-grass/fonts.css
index 73b1e10..4dc661a 100644
--- a/wp-content/themes/gnome-grass/fonts.css
+++ b/wp-content/themes/gnome-grass/fonts.css
@@ -1,57 +1,12 @@
-/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 11, 2011 07:35:05 PM America/New_York */
-
-
-
 @font-face {
-    font-family: 'Cantarell';
-    src: url('Cantarell-Regular-webfont.eot');
-    src: local('Cantarell'),
-         url('Cantarell-Regular-webfont.eot?iefix') format('eot'),
-         url('Cantarell-Regular-webfont.woff') format('woff'),
-         url('Cantarell-Regular-webfont.ttf') format('truetype'),
-         url('Cantarell-Regular-webfont.svg#webfont6LOZSOGi') format('svg');
-    font-weight: normal;
-    font-style: normal;
-
+  font-family: 'Cantarell';
+  src: local('Cantarell'), local('Cantarell Regular'),
+  url(fonts/Cantarell-Regular.otf);
 }
 
 @font-face {
-    font-family: 'Cantarell';
-    src: url('Cantarell-Oblique-webfont.eot');
-    src: local('Cantarell'),
-         url('Cantarell-Oblique-webfont.eot?iefix') format('eot'),
-         url('Cantarell-Oblique-webfont.woff') format('woff'),
-         url('Cantarell-Oblique-webfont.ttf') format('truetype'),
-         url('Cantarell-Oblique-webfont.svg#webfont7jFxfIEr') format('svg');
-    font-weight: normal;
-    font-style: italic;
-
+  font-family: 'Cantarell';
+  font-weight: bold;
+  src: local('Cantarell'), local('Cantarell Bold'), local('Cantarell-Bold'),
+  url(fonts/Cantarell-Bold.otf);
 }
-
- font-face {
-    font-family: 'Cantarell';
-    src: url('Cantarell-Bold-webfont.eot');
-    src: local('Cantarell'),
-         url('Cantarell-Bold-webfont.eot?iefix') format('eot'),
-         url('Cantarell-Bold-webfont.woff') format('woff'),
-         url('Cantarell-Bold-webfont.ttf') format('truetype'),
-         url('Cantarell-Bold-webfont.svg#webfontS2eO9nqR') format('svg');
-    font-weight: bold;
-    font-style: normal;
-
-}
-
- font-face {
-    font-family: 'Cantarell';
-    src: url('Cantarell-BoldOblique-webfont.eot');
-    src: local('Cantarell'),
-         url('Cantarell-BoldOblique-webfont.eot?iefix') format('eot'),
-         url('Cantarell-BoldOblique-webfont.woff') format('woff'),
-         url('Cantarell-BoldOblique-webfont.ttf') format('truetype'),
-         url('Cantarell-BoldOblique-webfont.svg#webfontrhLguuAp') format('svg');
-    font-weight: bold;
-    font-style: italic;
-
-}
-
-
diff --git a/wp-content/themes/gnome-grass/fonts/Cantarell-Bold.otf b/wp-content/themes/gnome-grass/fonts/Cantarell-Bold.otf
new file mode 100644
index 0000000..3fb64a8
Binary files /dev/null and b/wp-content/themes/gnome-grass/fonts/Cantarell-Bold.otf differ
diff --git a/wp-content/themes/gnome-grass/fonts/Cantarell-Regular.otf b/wp-content/themes/gnome-grass/fonts/Cantarell-Regular.otf
new file mode 100644
index 0000000..b28baa1
Binary files /dev/null and b/wp-content/themes/gnome-grass/fonts/Cantarell-Regular.otf differ
diff --git a/wp-content/themes/gnome-grass/text.css b/wp-content/themes/gnome-grass/text.css
index 4091727..48f5f6f 100644
--- a/wp-content/themes/gnome-grass/text.css
+++ b/wp-content/themes/gnome-grass/text.css
@@ -1,4 +1,4 @@
-/* import url("fonts.css");*/
+ import url("fonts.css");
 
 /* Main Elements */
 /* ========================================================================== */



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