home page

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

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;
}
}