about summary refs log tree commit diff stats
path: root/src/pages/stylesheets/styles.css
diff options
context:
space:
mode:
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);
 }