home page

This commit is contained in:
Akira Tempaku 2024-11-17 00:59:06 +09:00
commit ebfb0c6c87
10 changed files with 73 additions and 34 deletions

Binary file not shown.

Before

Width: 256px  |  Height: 256px  |  Size: 117 KiB

After

Width: 256px  |  Height: 256px  |  Size: 35 KiB

Before After
Before After

BIN
public/fv.jpg Normal file

Binary file not shown.

After

(image error) Size: 89 KiB

BIN
public/logo.png Normal file

Binary file not shown.

After

(image error) Size: 12 KiB

View file

@ -1,3 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: 'Noto Sans JP Variable', sans-serif;
}
@supports (font-variation-settings: normal) {
:root {
font-family: 'Noto Sans JP Variable', sans-serif;
}
}