From 5771bb53e52d3cc0f0ede8330d12e5353dd87f4f Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 1 Sep 2024 21:00:09 +0200 Subject: Fonts owo --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 1840a3c..d2554a9 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,13 @@ +@font-face { + font-family: 'terminus'; /*a name to be used later*/ + src: url('/fonts/terminus.ttf'); /*URL to font*/ +} + +@font-face { + font-family: 'fixedsys'; /*a name to be used later*/ + src: url('/fonts/FSEX300.ttf'); /*URL to font*/ +} + header *{ display: inline-block; vertical-align: middle; @@ -6,11 +16,13 @@ header *{ .title { font-size: 36px; vertical-align: middle; + font-family: fixedsys; } body { background-image: url("tile1.jpg"); background-repeat: repeat; + font-family: terminus; } .fst { -- cgit v1.2.3