-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * [FIX] Reupload the frontend code [ADDED] Template files to the react app [ENHANCEMENT] Reduced api calls to server * Updated static quote * .gitignore fix * [FRONTEND] Preview quotes and generate URL (#100) * [FIX] Reupload the frontend code [ADDED] Template files to the react app [ENHANCEMENT] Reduced api calls to server * Updated static quote * .gitignore fix * Width refactor in zues layout and change in static quote in frontend * Release/docs/v1.2 (#101) * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * Update README.md (#105) * Updated project from upstream * Fixed layout issues with dark mode * [FIX] Layout compatibility with Dark mode (#110) * [FIX] Reupload the frontend code [ADDED] Template files to the react app [ENHANCEMENT] Reduced api calls to server * Updated static quote * .gitignore fix * Updated project from upstream * Fixed layout issues with dark mode * Added Custom Font support * Added support for custom fonts in the Frontend * Updated contribution document to add custom fonts docs Co-authored-by: ShubhKotnala <skshubhankar@gmail.com> Co-authored-by: nishantpersonal <nishantvenugopalnair@gmail.com> Co-authored-by: Nishant Venugopal <67575384+nishantpersonal@users.noreply.github.com>
- Loading branch information
1 parent
57390ad
commit 66cd748
Showing
15 changed files
with
157 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Available fonts | ||
|
||
You can add fonts to your templates without any manual customization. | ||
|
||
Use `?font=FONT_NAME` parameter like so :- | ||
|
||
```md | ||
![Quote](https://github-readme-quotes.herokuapp.com/quote?font=Redressed) | ||
``` | ||
|
||
### Fonts | ||
|
||
- Default <br> | ||
|
||
![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark) | ||
|
||
- Gabrielle <br> | ||
|
||
![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark&font=Gabrielle) | ||
|
||
- Redressed <br> | ||
|
||
![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark&font=Redressed) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.