Added GOLEM font for header

This commit is contained in:
giuliof 2020-12-08 18:04:39 +01:00
parent b8e470f0c7
commit b59b5e5b00
3 changed files with 10 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<body onload="lugtoscana(); counters();"> <body onload="lugtoscana(); counters();">
<header> <header>
<h1>GOLEM</h1> <h1 class="golem_font" >GOLEM</h1>
&#x1f427; I computer sceglierebbero Linux &#x1f427; &#x1f427; I computer sceglierebbero Linux &#x1f427;
</header> </header>

BIN
res/GOLEM.otf Normal file

Binary file not shown.

View File

@ -5,6 +5,11 @@
src: url(res/comfortaa.ttf); src: url(res/comfortaa.ttf);
} }
@font-face {
font-family: GOLEM;
src: url(res/GOLEM.otf);
}
body { body {
font-family: comfortaa, "Arial", sans-serif; font-family: comfortaa, "Arial", sans-serif;
background: rgb(255, 255, 223); background: rgb(255, 255, 223);
@ -151,4 +156,8 @@ ul {
} }
ul > li { ul > li {
margin: 1.5ex; margin: 1.5ex;
}
.golem_font {
font-family: GOLEM, comfortaa, "Arial", sans-serif;
} }