feat: add custom fonts

This commit is contained in:
Devin Haska 2024-01-30 18:11:16 -08:00
parent a5526174ba
commit be3e4272c5
14 changed files with 146 additions and 0 deletions

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