From f5425ee26a1fcaaaf440f03d17e7975b002c6d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Fri, 29 Dec 2023 03:33:41 +0600 Subject: [PATCH] Update main.css --- assets/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 8ab9930..207e178 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2,6 +2,11 @@ --maincolor: peachpuff; } +@font-face { + font-family: 'fantasque-sans-mono'; + src: url('//fruw.org/fantasque-sans-mono.woff2'); +} + html { background-color: black; background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif"); @@ -9,7 +14,7 @@ html { background-attachment: fixed; background-position: center top; color: #232333; - font-family: monospace; + font-family: "fantasque-sans-mono", monospace; font-size: 15px; line-height: 1.6em; scrollbar-color: var(--maincolor) black;