forked from globuzma/mentalaradio
First real commit
This commit is contained in:
parent
1947b908a6
commit
107d33c908
30 changed files with 2583 additions and 1 deletions
27
src/app.css
Normal file
27
src/app.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
@import "tailwindcss";
|
||||
|
||||
@font-face{
|
||||
font-family: 'Momentz';
|
||||
src: url('/fonts/Momentz.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('/fonts/Inter-Regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Inter';
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
src: url('/fonts/Inter-Italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: url('/fonts/Inter-Bold.woff2') format('woff2');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue