about summary refs log tree commit diff stats
path: root/src/pages/stylesheets/styles.css
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-05 19:37:16 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-05 19:37:16 +0300
commit0c705e0593dd6068c4fa5c1934e6f7d7ec7b5d86 (patch)
treed461c741786138924f7386238352fbc3619a54e8 /src/pages/stylesheets/styles.css
parentAdded a fix for chrome users #80 (diff)
downloadlibredirect-0c705e0593dd6068c4fa5c1934e6f7d7ec7b5d86.zip
Fixed instagram targets. Changed font to Inter. Fixed a bug
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r--src/pages/stylesheets/styles.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index e1a347cd..65c6def3 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -11,8 +11,8 @@ body {
 }
 
 @font-face {
-  font-family: 'OpenSans';
-  src: url('Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
+  font-family: 'Inter';
+  src: url('Inter-VariableFont_slnt,wght.ttf');
   font-weight: normal;
   font-style: normal;
 }
@@ -20,7 +20,7 @@ body {
 body {
   margin: auto;
   padding: 0;
-  font-family: 'OpenSans';
+  font-family: 'Inter';
   background-color: var(--bg-main);
   color: var(--text);
   overflow-x: hidden
@@ -263,7 +263,7 @@ div.buttons-inline {
   padding: 10px;
 }
 
-.button:active{
+.button:active {
   transform: translateY(1px);
 }