Add tailwind fonts and colours

This commit is contained in:
E
2021-09-10 22:23:58 +01:00
parent 3f1514c2f3
commit e6cc660f5e
4 changed files with 55 additions and 3 deletions

View File

@@ -1,3 +1,19 @@
@tailwind base;
@tailwind components;
@font-face {
font-family: 'Titling Gothic FB';
src: url("../fonts/TITLINGGOTHICFB-WIDE.OTF") format('opentype')
}
@font-face {
font-family: 'Gilroy';
src: url("../fonts/Gilroy-ExtraBold.otf") format('opentype')
}
@font-face {
font-family: 'Apercu Mono';
src: url("../fonts/ApercuMono.ttf") format('truetype');
}
@tailwind utilities;