[tor-commits] [lego/master] Update button padding to help l10n
hiro at torproject.org
hiro at torproject.org
Mon Oct 19 16:30:09 UTC 2020
commit cba612a913491731077b1b6724c2c207b1fa3d84
Author: Antonela <antonela at torproject.org>
Date: Mon Oct 19 16:24:24 2020 +0000
Update button padding to help l10n
Update font's sources
---
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 ea4dc94..8138387 100644
--- a/assets/scss/_eoy.scss
+++ b/assets/scss/_eoy.scss
@@ -1,10 +1,10 @@
@font-face {
- font-family: WhiteonBlack; /* https://open-foundry.com/fonts/league_gothic_italic */
+ font-family: WhiteonBlack; /* by imagex-fonts.com */
src: url('./fonts/WhiteonBlack/WhiteOnBlack.ttf');
}
@font-face {
- font-family: TerminalGrotesque; /* https://open-foundry.com/fonts/league_gothic_italic */
+ font-family: TerminalGrotesque; /* https://open-foundry.com/fonts/terminal_grotesque_open */
src: url('./fonts/grotesque/terminal-grotesque_open.otf');
}
@@ -53,7 +53,7 @@
.rectangle {
background-image: url('./images/home/png/tape.png');
color: black;
- padding: 10px;
+ padding: 15px 40px 0px 15px;
font-size: 2em;
font-family: "TerminalGrotesque", sans-serif;
text-decoration: none;
More information about the tor-commits
mailing list