Add local Nerd fonts, remove About button, fix tauriIpcAvailable, update build settings

This commit is contained in:
2026-03-13 15:29:58 +08:00
parent d99a0bd5a0
commit 1c7f7929c7
4 changed files with 3 additions and 5 deletions

View File

@@ -77,8 +77,7 @@
font-family: 'JetBrainsMono Nerd Font';
src:
local('JetBrainsMono Nerd Font'),
url('https://cdn.jsdelivr.net/gh/mshaugh/nerdfont-webfonts@v3.3.0/build/fonts/JetBrainsMonoNerdFont-Regular.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/gh/mshaugh/nerdfont-webfonts@v3.3.0/build/fonts/JetBrainsMonoNerdFont-Regular.woff') format('woff');
url('/fonts/JetBrainsMonoNerdFont-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
@@ -89,8 +88,7 @@
font-family: 'FiraCode Nerd Font';
src:
local('FiraCode Nerd Font'),
url('https://cdn.jsdelivr.net/gh/mshaugh/nerdfont-webfonts@v3.3.0/build/fonts/FiraCodeNerdFont-Regular.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/gh/mshaugh/nerdfont-webfonts@v3.3.0/build/fonts/FiraCodeNerdFont-Regular.woff') format('woff');
url('/fonts/FiraCodeNerdFont-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;