added fonts
This commit is contained in:
parent
bc17870441
commit
51351aca7c
Binary file not shown.
|
|
@ -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"/>
|
||||||
|
|
|
||||||
3
main.css
3
main.css
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue