diff --git a/pt/static/Limelight-Regular.ttf b/pt/static/Limelight-Regular.ttf new file mode 100644 index 0000000..119c7e5 Binary files /dev/null and b/pt/static/Limelight-Regular.ttf differ diff --git a/pt/static/OCRA.ttf b/pt/static/OCRA.ttf new file mode 100644 index 0000000..291d5ab Binary files /dev/null and b/pt/static/OCRA.ttf differ diff --git a/pt/static/style.css b/pt/static/style.css index 96a0dfe..6c8406a 100644 --- a/pt/static/style.css +++ b/pt/static/style.css @@ -1,4 +1,13 @@ -/* You can add global styles to this file, and also import other style files */ +@font-face { + font-family: limelight; + src: url(Limelight-Regular.ttf); +} + +@font-face { + font-family: ocra; + src: url(OCRA.ttf); +} + body { background-color: #000; color: #FFF; @@ -8,6 +17,7 @@ h1 { margin-top: 0; text-align: center; margin-bottom: 0; + font-family: limelight, "sans serif"; } @@ -74,6 +84,7 @@ header { border-width: 1px; margin-left: auto; margin-right: auto; + font-family: ocra; } .pic img {