diff --git a/Helvetica.ttf b/Helvetica.ttf new file mode 100644 index 0000000..1b39eb2 Binary files /dev/null and b/Helvetica.ttf differ diff --git a/index.html b/index.html index ac34155..a665d05 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + MORBLOX diff --git a/main.css b/main.css index 60a6ef4..a65f8e1 100644 --- a/main.css +++ b/main.css @@ -35,6 +35,9 @@ display: none !important; } html { + font-family: "Helvetica"; + src: url('Helvetica.ttf') format('truetype'),; + font-style: normal; background-color: rgb(75, 75, 75); color: white; }