[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [lego/master] Fix assets path
commit da06e83d4413af648a440a28bc6f66d3251e1dfe
Author: hiro <hiro@xxxxxxxxxxxxxx>
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;
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits