[tor-commits] [lego/develop] Add font

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:24 UTC 2020


commit 09b430724aedd6bddc15dfd443f41ff623253303
Author: hiro <hiro at torproject.org>
Date:   Fri Oct 25 21:15:35 2019 +0200

    Add font
---
 assets/static/css/eoy.css                               |   7 ++++++-
 .../css/fonts/LeagueGothic/LeagueGothic-Italic.otf      | Bin 0 -> 22648 bytes
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/assets/static/css/eoy.css b/assets/static/css/eoy.css
index 6f52288..8a79113 100644
--- a/assets/static/css/eoy.css
+++ b/assets/static/css/eoy.css
@@ -6,6 +6,11 @@
   src: url('fonts/Kanit/kanit.woff2') format('woff2');
 }
 
+ at font-face {
+  font-family: League Gothic;
+  src: url('fonts/LeagueGothic/LeagueGothic-Italic.otf') format('otf');
+}
+
 .banner {
   background-color: #000000;
   z-index: 100000000000000 !important;
@@ -49,7 +54,7 @@
 
 .take-back-the-intern {
   color: #2FFF00;
-  font-family: Kanit;
+  font-family: League Gothic;
   font-size: 80px;
   font-style: italic;
   font-weight: 400;
diff --git a/assets/static/css/fonts/LeagueGothic/LeagueGothic-Italic.otf b/assets/static/css/fonts/LeagueGothic/LeagueGothic-Italic.otf
new file mode 100644
index 0000000..ce19c0a
Binary files /dev/null and b/assets/static/css/fonts/LeagueGothic/LeagueGothic-Italic.otf differ





More information about the tor-commits mailing list