10 lines
157 B
CSS
10 lines
157 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
:root {
|
|
font-family: "Zen Maru Gothic", sans-serif;
|
|
}
|
|
|
|
@view-transition {
|
|
navigation: auto;
|
|
}
|