48 lines
975 B
CSS
48 lines
975 B
CSS
@import 'tailwindcss/base';
|
|
@import 'tailwindcss/components';
|
|
@import 'tailwindcss/utilities';
|
|
|
|
/* This file is for your main application CSS */
|
|
|
|
@font-face {
|
|
font-family: 'Comic-Sans-MS';
|
|
src: url('/fonts/Comic_Sans_MS.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Georgia';
|
|
src: url('/fonts/Georgia.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Impact';
|
|
src: url('/fonts/Impact.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Verdana';
|
|
src: url('/fonts/Verdana.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Courier';
|
|
src: url('/fonts/Courier.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Helvetica';
|
|
src: url('/fonts/Helvetica.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|