commit 3361e2595ed5fee8f9c44a0e43da78057ef3387d Author: Duncan duncan@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;