diff --git a/src/App/App.css b/src/App/App.css
index 09f1ccae4fc4e4a26105d273be8283f71cc9c75b..4f65c5a6f3d7a86a67ea5167d7d75ffe19fa5ce3 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -133,6 +133,8 @@ hr{
 /* * * BODY* * */
 /* * * * * * * */
 
+@font-face { font-family: "AcuminPro"; src: url('https://static.igem.wiki/teams/5247/design/fonts/acumium-pro-book.ttf') format("truetype"); } 
+
 .progress-bar {
   position: fixed;
   top: 0;
@@ -147,6 +149,7 @@ body {
   /* padding-top: 56px; */
   background-color: var(--ourbeige);
   color: var(--offblack); 
+  font-family: AcuminPro !important;
 }
 body.dark-mode {
   background-color: var(--offblack);