Skip to content

Commit

Permalink
Fix relative paths to fonts in info.css
Browse files Browse the repository at this point in the history
This should have been part of commit
5a1ab94 which moved the css file to a
separate folder.
  • Loading branch information
samhed committed Jul 18, 2024
1 parent d59ba7d commit abcc66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit abcc66e

Please sign in to comment.