Use nicer fonts

Limelight is from https://fonts.google.com/specimen/Limelight and
distributable under the Open Font Licene.

OCRA is distributed with Debian/Ubuntu and Public Domain.
This commit is contained in:
Peter J. Holzer 2021-09-27 11:04:18 +02:00
parent 23ca037ab4
commit 337583fb77
3 changed files with 12 additions and 1 deletions

Binary file not shown.

BIN
pt/static/OCRA.ttf Normal file

Binary file not shown.

View File

@ -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 {