feat: add custom fonts
This commit is contained in:
parent
a5526174ba
commit
be3e4272c5
14 changed files with 146 additions and 0 deletions
8
src/assets/css/utils/flow.css
Normal file
8
src/assets/css/utils/flow.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
FLOW UTILITY
|
||||
Like the Every Layout stack: https://every-layout.dev/layouts/stack/
|
||||
Info about this implementation: https://piccalil.li/quick-tip/flow-utility/
|
||||
*/
|
||||
.flow > * + * {
|
||||
margin-block-start: var(--flow-space, 1em);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue