[extensions-web] fonts: update Cantarell font, fix bold font.



commit 69734c02fba253fac7349be3cd4ef88d53258371
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Jan 7 00:15:51 2019 +0400

    fonts: update Cantarell font, fix bold font.

 sweettooth/static/css/fonts.css               |   2 +-
 sweettooth/static/fonts/Cantarell-Bold.otf    | Bin 51840 -> 143192 bytes
 sweettooth/static/fonts/Cantarell-Regular.otf | Bin 47828 -> 137812 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sweettooth/static/css/fonts.css b/sweettooth/static/css/fonts.css
index e0349cf..5b2833b 100644
--- a/sweettooth/static/css/fonts.css
+++ b/sweettooth/static/css/fonts.css
@@ -7,6 +7,6 @@
 @font-face {
   font-family: 'Cantarell';
   font-weight: bold;
-  src: local('Cantarell'), local('Cantarell Bold'), local('Cantarell-Bold'),
+  src: local('Cantarell Bold'), local('Cantarell-Bold'),
   url(../fonts/Cantarell-Bold.otf);
 }
diff --git a/sweettooth/static/fonts/Cantarell-Bold.otf b/sweettooth/static/fonts/Cantarell-Bold.otf
index 3fb64a8..1a5954b 100644
Binary files a/sweettooth/static/fonts/Cantarell-Bold.otf and b/sweettooth/static/fonts/Cantarell-Bold.otf 
differ
diff --git a/sweettooth/static/fonts/Cantarell-Regular.otf b/sweettooth/static/fonts/Cantarell-Regular.otf
index b28baa1..d92de43 100644
Binary files a/sweettooth/static/fonts/Cantarell-Regular.otf and 
b/sweettooth/static/fonts/Cantarell-Regular.otf differ


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