From abcc66ebb14b35ec11f80b79194e23b3c9ae4910 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 18 Jul 2024 14:57:23 +0200 Subject: [PATCH] Fix relative paths to fonts in info.css This should have been part of commit 5a1ab941f3210df089a19de1fba56fbddf3c6eb4 which moved the css file to a separate folder. --- css/info.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/info.css b/css/info.css index f11e69e..e132b44 100644 --- a/css/info.css +++ b/css/info.css @@ -53,8 +53,8 @@ body { font-family: 'Orbitron'; font-style: normal; font-weight: 700; - src: local('?'), url('noVNC/app/styles/Orbitron700.woff') format('woff'), - url('noVNC/app/styles/Orbitron700.ttf') format('truetype'); + src: local('?'), url('../noVNC/app/styles/Orbitron700.woff') format('woff'), + url('../noVNC/app/styles/Orbitron700.ttf') format('truetype'); } .noVNC_logo { color: yellow;