mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Add google fonts with tailwind css
This commit is contained in:
@ -9,11 +9,11 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
Aleo: ['Aleo', 'serif'],
|
||||
'Aref-Ruqaa': ['Aref Ruqaa', 'serif'],
|
||||
Barlow: ['Barlow', 'sans-serif'],
|
||||
Poppins: ['Poppins', 'sans-serif'],
|
||||
Mono: ['JetBrains Mono', '-apple-system', 'monospace'],
|
||||
Aleo: ['--font-aleo'],
|
||||
'Aref-Ruqaa': ['var(--font-aref-ruqaa)'],
|
||||
Barlow: ['var(--font-barlow)'],
|
||||
Poppins: ['var(--font-poppins)'],
|
||||
Mono: ['var(--fonts-jetbrains-mono)', '-apple-system', 'monospace'],
|
||||
},
|
||||
colors: {
|
||||
bluish: {
|
||||
|
Reference in New Issue
Block a user