chore: transfer repo
This commit is contained in:
28
app/fonts.css
Normal file
28
app/fonts.css
Normal file
@@ -0,0 +1,28 @@
|
||||
/* AlleNoire fonts */
|
||||
/* Regular */
|
||||
@font-face {
|
||||
font-family: 'AlleNoire';
|
||||
src: url('/fonts/allenoire-allenoire-regular-400.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Poppins fonts */
|
||||
/* Regular */
|
||||
@font-face {
|
||||
font-family: 'Poppins Regular';
|
||||
src: url('/fonts/Poppins-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* SemiBold */
|
||||
@font-face {
|
||||
font-family: 'Poppins SemiBold';
|
||||
src: url('/fonts/Poppins-SemiBold.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
Reference in New Issue
Block a user