[tor-commits] [lego/master] Fix tor-icons.woff url in bootstrap.css
hiro at torproject.org
hiro at torproject.org
Fri Jan 29 17:39:52 UTC 2021
commit 3361e2595ed5fee8f9c44a0e43da78057ef3387d
Author: Duncan <duncan at torproject.org>
Date: Wed Jan 20 16:16:31 2021 +0000
Fix tor-icons.woff url in bootstrap.css
---
assets/static/css/bootstrap.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/static/css/bootstrap.css b/assets/static/css/bootstrap.css
index 39852d5..5efb48f 100644
--- a/assets/static/css/bootstrap.css
+++ b/assets/static/css/bootstrap.css
@@ -7403,7 +7403,7 @@ main {
src: url("fonts/SourceCodePro/SourceCodePro-Regular.ttf"); }
@font-face {
font-family: Tor Icons;
- src: url("fonts/TorIcons/tor-icons.eot?#iefix") format("embedded-opentype"), url("fonts/TorIcons/tor-icons.woff2") format("woff2"), url("fonsts/TorIcons/tor-icons.woff") format("woff"), url("fonts/TorIcons/tor-icons.ttf") format("truetype"), url("fonts/TorIcons/tor-icons.svg?#tor-icons") format("svg"); }
+ src: url("fonts/TorIcons/tor-icons.eot?#iefix") format("embedded-opentype"), url("fonts/TorIcons/tor-icons.woff2") format("woff2"), url("fonts/TorIcons/tor-icons.woff") format("woff"), url("fonts/TorIcons/tor-icons.ttf") format("truetype"), url("fonts/TorIcons/tor-icons.svg?#tor-icons") format("svg"); }
.ti:before {
font-family: Tor Icons !important;
font-style: normal;
More information about the tor-commits
mailing list