Refactor
This commit is contained in:
parent
67af8aad50
commit
c8ab7e1349
19 changed files with 123 additions and 95 deletions
public/style
13
public/style/global.css
Normal file
13
public/style/global.css
Normal file
|
@ -0,0 +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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue