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();">
<header>
<h1>GOLEM</h1>
<h1 class="golem_font" >GOLEM</h1>
&#x1f427; I computer sceglierebbero Linux &#x1f427;
</header>

BIN
res/GOLEM.otf Normal file

Binary file not shown.

View File

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