fix nerdfonts in GUI dialog

This commit is contained in:
2026-09-04 12:10:29 +02:00
parent c4c8319a8d
commit a98a2f0bbb
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<style>
@font-face{
font-family: "Symbols";
src: url("/usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf") format("truetype");
src: url("/usr/share/fonts/TTF/SymbolsNerdFontMono-Regular.ttf") format("truetype");
}
body{
background-color:#222222;

View File

@@ -6,7 +6,7 @@
<style>
@font-face{
font-family: "Symbols";
src: url("/usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf") format("truetype");
src: url("/usr/share/fonts/TTF/SymbolsNerdFontMono-Regular.ttf") format("truetype");
}
body{
background-color:#222222;