[tor-commits] [lego/master] Fix assets path

hiro at torproject.org hiro at torproject.org
Wed Oct 14 11:57:27 UTC 2020


commit da06e83d4413af648a440a28bc6f66d3251e1dfe
Author: hiro <hiro at torproject.org>
Date:   Wed Oct 14 13:57:22 2020 +0200

    Fix assets path
---
 assets/scss/_eoy.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/scss/_eoy.scss b/assets/scss/_eoy.scss
index b50b2d2..8e32585 100644
--- a/assets/scss/_eoy.scss
+++ b/assets/scss/_eoy.scss
@@ -3,12 +3,12 @@
   font-style: normal;
   font-weight: 400;
   font-display: swap;
-  src: url('fonts/Kanit/kanit.woff2') format('woff2');
+  src: url('./fonts/Kanit/kanit.woff2') format('woff2');
 }
 
 @font-face {
   font-family: League Gothic;
-  src: url('fonts/LeagueGothic/LeagueGothic-Italic.otf');
+  src: url('./fonts/LeagueGothic/LeagueGothic-Italic.otf');
   font-style: italic;
 }
 
@@ -87,7 +87,7 @@
     top: 0;
     padding: 1.25rem 1.25rem 2rem;
     width: 100%;
-    background-image: url('../images/home/png/use-tor.png');
+    background-image: url('./images/home/png/use-tor.png');
     background-position: bottom 10% right 35%;
     background-repeat: no-repeat;
     background-size: contain;



More information about the tor-commits mailing list