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:
parent
23ca037ab4
commit
337583fb77
Binary file not shown.
Binary file not shown.
|
@ -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 {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
@ -8,6 +17,7 @@ h1 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
font-family: limelight, "sans serif";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,6 +84,7 @@ header {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
font-family: ocra;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pic img {
|
.pic img {
|
||||||
|
|
Loading…
Reference in New Issue