Skip to content

Commit

Permalink
adds funding option via github sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
majodev committed Jun 1, 2023
1 parent 3f98740 commit 72a905a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: majodev
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# google-webfonts-helper
> A Hassle-Free Way to Self-Host Google Fonts
> **[https://gwfh.mranftl.com](https://gwfh.mranftl.com)** is the new base url!
> ~~https://google-webfonts-helper.herokuapp.com~~ (shut down 2022-11-27)
**[https://gwfh.mranftl.com](https://gwfh.mranftl.com)**

[![Uptime Robot status](https://img.shields.io/uptimerobot/status/m793130668-adecafe120852713ed46d6c6)](https://gwfh.mranftl.com) [![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m793130668-adecafe120852713ed46d6c6)](https://gwfh.mranftl.com) [![GitHub Sponsors](https://img.shields.io/github/sponsors/majodev)](https://github.com/sponsors/majodev)

> *Help me keep this service alive by [sponsoring me](https://github.com/sponsors/majodev). Thank you. ❤️*
- [google-webfonts-helper](#google-webfonts-helper)
- [Give it a try: https://gwfh.mranftl.com](#give-it-a-try-httpsgwfhmranftlcom)
Expand Down
5 changes: 4 additions & 1 deletion client/app/fonts/fonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@

<div class="col-lg-10 col-md-9 col-sm-9 col-xs-8">
<!-- App name -->
<h4 class="page-header"><a href="/" ng-click="selectedItemID=''">google-webfonts-helper</a><br/><small>Get eot, ttf, svg, woff and woff2 files + CSS snippets</small></h4>
<h4 class="page-header"><a href="/" ng-click="selectedItemID=''">google-webfonts-helper</a><br/><small>Get eot, ttf, svg, woff and woff2 + CSS</small></h4>
<!-- GH Sponsor -->
<iframe id="githubSponsor" src="https://ghbtns.com/github-btn.html?user=majodev&type=sponsor&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="30px"></iframe>
<!-- GH Stars -->
<iframe id="githubCount" src="https://ghbtns.com/github-btn.html?user=majodev&repo=google-webfonts-helper&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170px" height="30px"></iframe>
Expand Down
2 changes: 1 addition & 1 deletion client/app/fonts/fonts.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ html, body {
float: left;
}

#githubCount {
#githubSponsor, #githubCount {
float: right;
}

Expand Down
4 changes: 3 additions & 1 deletion client/app/fonts/fontsItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ <h4>4. Download files:</h4>
<!-- final instructions -->
<div>
<hr>
<h4>You are now ready to self-host {{fontItem.family}}.<br/><small>If this service has actually been helpful for you, please <a href="https://github.com/majodev/google-webfonts-helper/" target="_blank">star it on GitHub</a>. If you've encountered serious problems file an issue <a href="https://github.com/majodev/google-webfonts-helper/issues">here</a>.</small></h4>
<h4>You are now ready to self-host {{fontItem.family}}.<br/>
<small>If this service has actually been helpful for you, please <a href="https://github.com/majodev/google-webfonts-helper/" target="_blank">star it on GitHub</a>. If you've encountered serious problems, file an issue <a href="https://github.com/majodev/google-webfonts-helper/issues">here</a>.</br>
❤️ <a href="https://github.com/sponsors/majodev" target="_blank">You can help to keep this project alive by sponsoring me.</a> Thank you ❤️.</small></h4>
<hr>
</div>

Expand Down

0 comments on commit 72a905a

Please sign in to comment.