Skip to content

Commit

Permalink
fix: installing extra google fonts (#272)
Browse files Browse the repository at this point in the history
Use Google Fonts GitHub repository instead of their old no longer
working private API

Fixes: #264
Fixes: #235
  • Loading branch information
aymanbagabas authored May 28, 2024
1 parent f366cc9 commit 145e03c
Show file tree
Hide file tree
Showing 7 changed files with 2,754 additions and 168 deletions.
18 changes: 9 additions & 9 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}
Loading

0 comments on commit 145e03c

Please sign in to comment.