Skip to content

Commit

Permalink
Adding 24, 48 and 96px favicon and font-style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Dec 24, 2024
1 parent c77fd89 commit 21e2f14
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ export default defineConfig({
['meta', { property: 'og:url', content: 'https://collapselauncher.com' }],
['meta', { property: 'og:license', content: 'https://collapselauncher.com/docs/license' }],
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '48x48', href: '/favicon-48x48.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '24x24', href: '/favicon-24x24.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'}],
['link', { rel: 'icon', href: 'https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Outfit:[email protected]&display=swap'}],
['link', { rel: 'stylesheet', type: 'image/x-icon', href: '/favicon.ico'}],
['link', { rel: 'manifest', href: '/site.webmanifest' }],
['meta', { name: 'description', content: 'An advanced launcher for HoYoverse Games. Built with C#/.NET with WinUI and open sourced. Supports all PC games published by miHoYo/HoYoverse with many advanced features like game repair, delta patch, game settings, etc.' }],
['meta', { name: 'keywords', content: 'HoYoverse, miHoYo, Games, Launcher, Collapse Launcher, C#, .NET, WinUI, WinUI3, Genshin Impact, Honkai: Impact 3rd, HI3, Honkai: Star Rail, HSR, Zenless Zone Zero, ZZZ' }],
Expand Down
4 changes: 4 additions & 0 deletions home/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
--vp-c-bg-alt: #161618;
--vp-c-bg-elv: #202127;
--vp-c-bg-soft: #202127;
}

.title span, .main {
font-family: Outfit;
}
Binary file added home/public/favicon-24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added home/public/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added home/public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21e2f14

Please sign in to comment.