diff --git a/refact_webgui/webgui/static/assets/fonts/AzeretMono-Bold.woff2 b/refact_webgui/webgui/static/assets/fonts/AzeretMono-Bold.woff2
new file mode 100644
index 00000000..cf18db64
Binary files /dev/null and b/refact_webgui/webgui/static/assets/fonts/AzeretMono-Bold.woff2 differ
diff --git a/refact_webgui/webgui/static/assets/fonts/AzeretMono-Regular.woff2 b/refact_webgui/webgui/static/assets/fonts/AzeretMono-Regular.woff2
new file mode 100644
index 00000000..b961d941
Binary files /dev/null and b/refact_webgui/webgui/static/assets/fonts/AzeretMono-Regular.woff2 differ
diff --git a/refact_webgui/webgui/static/assets/fonts/Manrope-Bold.woff2 b/refact_webgui/webgui/static/assets/fonts/Manrope-Bold.woff2
new file mode 100644
index 00000000..ed47f9ca
Binary files /dev/null and b/refact_webgui/webgui/static/assets/fonts/Manrope-Bold.woff2 differ
diff --git a/refact_webgui/webgui/static/assets/fonts/Manrope-Regular.woff2 b/refact_webgui/webgui/static/assets/fonts/Manrope-Regular.woff2
new file mode 100644
index 00000000..896fb3d7
Binary files /dev/null and b/refact_webgui/webgui/static/assets/fonts/Manrope-Regular.woff2 differ
diff --git a/refact_webgui/webgui/static/index.html b/refact_webgui/webgui/static/index.html
index 71ba0468..b2986df4 100644
--- a/refact_webgui/webgui/static/index.html
+++ b/refact_webgui/webgui/static/index.html
@@ -6,7 +6,6 @@
-
diff --git a/refact_webgui/webgui/static/style.css b/refact_webgui/webgui/static/style.css
index d4263d2c..70645d9e 100644
--- a/refact_webgui/webgui/static/style.css
+++ b/refact_webgui/webgui/static/style.css
@@ -1,3 +1,30 @@
+@font-face {
+ font-family: 'Manrope';
+ src: url('assets/fonts/Manrope-Regular.woff2') format('woff2');
+ font-weight: 400;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Manrope';
+ src: url('assets/fonts/Manrope-Bold.woff2') format('woff2');
+ font-weight: 700;
+ font-style: normal;
+}
+@font-face {
+ font-family: 'Azeret Mono';
+ src: url('assets/fonts/AzeretMono-Regular.woff2') format('woff2');
+ font-weight: 400;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Azeret Mono';
+ src: url('assets/fonts/AzeretMono-Bold.woff2') format('woff2');
+ font-weight: 700;
+ font-style: normal;
+}
+
html {
min-height: 100%;
}