Add google fonts

* add title RUA!
This commit is contained in:
Defectink
2022-03-21 16:15:18 +08:00
parent 7e3030bd01
commit 8483b4fb14
5 changed files with 48 additions and 3 deletions

View File

@ -6,6 +6,12 @@ module.exports = {
],
theme: {
extend: {
fontFamily: {
Aleo: ['Aleo', 'serif'],
'Aref-Ruqaa': ['Aref Ruqaa', 'serif'],
Barlow: ['Barlow', 'sans-serif'],
Poppins: ['Poppins', 'sans-serif'],
},
colors: {
bluish: {
gray: 'rgba(245,247,250)',