added fonts

This commit is contained in:
Thomas G 2022-06-19 00:39:09 +10:00
parent bc17870441
commit 51351aca7c
3 changed files with 4 additions and 1 deletions

BIN
Helvetica.ttf Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en-us">
<head> <head>
<title>MORBLOX</title> <title>MORBLOX</title>
<meta content="MORBLOX" property="og:title"/> <meta content="MORBLOX" property="og:title"/>

View File

@ -35,6 +35,9 @@
display: none !important; display: none !important;
} }
html { html {
font-family: "Helvetica";
src: url('Helvetica.ttf') format('truetype'),;
font-style: normal;
background-color: rgb(75, 75, 75); background-color: rgb(75, 75, 75);
color: white; color: white;
} }