From 6dc13a5c1eb6fb2b28df288567954b30ab661301 Mon Sep 17 00:00:00 2001 From: trianta Date: Tue, 24 Feb 2026 06:51:36 -0600 Subject: [PATCH] css: fix error in fetching font --- default.css | 5 ----- index.html | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/default.css b/default.css index e697b91..1b6aa75 100644 --- a/default.css +++ b/default.css @@ -46,11 +46,6 @@ @define-color alt_orange #af3a03; */ -@font-face { - font-family: "Departure Mono"; - src: url("https://www.nerdfonts.com/assets/css/webfont.css"); -} - body { font-family: "Departure Mono", sans-serif; diff --git a/index.html b/index.html index 86212bb..e6c7364 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Trianta +