[extensions-web] bootstrap: drop glyphicons fonts otherwise collectstatic fails



commit 251415912dd0708a30b1be95192e846381401a0f
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Fri Jan 11 20:29:56 2019 +0400

    bootstrap: drop glyphicons fonts otherwise collectstatic fails

 sweettooth/static/css/bootstrap.css | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/sweettooth/static/css/bootstrap.css b/sweettooth/static/css/bootstrap.css
index 6167622..477b19a 100644
--- a/sweettooth/static/css/bootstrap.css
+++ b/sweettooth/static/css/bootstrap.css
@@ -260,12 +260,6 @@ th {
     border: 1px solid #ddd !important;
   }
 }
-@font-face {
-  font-family: 'Glyphicons Halflings';
-
-  src: url('../fonts/glyphicons-halflings-regular.eot');
-  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
 .glyphicon {
   position: relative;
   top: 1px;


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