Blob Blame History Raw
From 8ef8b3416e8a85d5ac1f70703425422d98a1615f Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Sun, 2 Aug 2020 23:30:42 -0400
Subject: [PATCH] Remove non-ttf font references.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 inst/lib/bootstrap/css/bootstrap.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/inst/lib/bootstrap/css/bootstrap.css b/inst/lib/bootstrap/css/bootstrap.css
index fcab415..cd9f792 100644
--- a/inst/lib/bootstrap/css/bootstrap.css
+++ b/inst/lib/bootstrap/css/bootstrap.css
@@ -265,8 +265,7 @@ th {
 }
 @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");
+  src: url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
 }
 .glyphicon {
   position: relative;
-- 
2.25.4