diff --git a/index.html b/index.html index 208a5ebbbc..63c2131524 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@
-

GOLEM

+

GOLEM

🐧 I computer sceglierebbero Linux 🐧
diff --git a/res/GOLEM.otf b/res/GOLEM.otf new file mode 100644 index 0000000000..d6eef5fcbf Binary files /dev/null and b/res/GOLEM.otf differ diff --git a/style.css b/style.css index b922681eeb..caddefc2a0 100644 --- a/style.css +++ b/style.css @@ -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; } \ No newline at end of file