Added GOLEM font for header

pull/4/head
giuliof 3 years ago
parent b8e470f0c7
commit b59b5e5b00

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

Binary file not shown.

@ -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);
@ -151,4 +156,8 @@ ul {
}
ul > li {
margin: 1.5ex;
}
.golem_font {
font-family: GOLEM, comfortaa, "Arial", sans-serif;
}
Loading…
Cancel
Save