Rename "public" to "static"
This commit is contained in:
parent
01e3911757
commit
74035544e7
8 changed files with 6 additions and 6 deletions
static/style
11
static/style/global.css
Normal file
11
static/style/global.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
@import "tailwindcss";
|
||||
|
||||
: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