Skip to content

Commit

Permalink
✨ Update PayPal links
Browse files Browse the repository at this point in the history
  • Loading branch information
rubjo committed Feb 21, 2024
1 parent e070e06 commit 1ba2239
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github: rubjo
patreon: rune_b
ko_fi: victormono
custom: https://www.paypal.me/runbjo
custom: https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
![Intro image](https://github.com/rubjo/victor-mono/raw/master/public/twitter.png)
![carbon (3)](https://user-images.githubusercontent.com/42270947/117447088-53e03300-af3d-11eb-84e2-df1713e77019.png)

### More information and download: [rubjo.github.io/victor-mono](https://rubjo.github.io/victor-mono). If you like it and want to say thanks, [donations](https://www.paypal.me/runbjo) are welcome. ❤️
### More information and download: [rubjo.github.io/victor-mono](https://rubjo.github.io/victor-mono). If you like it and want to say thanks, [donations](https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW) are welcome. ❤️

***

Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ export default {
window.removeEventListener('focus', this.celebrate)
},
paypal (e) {
window.open('https://paypal.me/runbjo')
window.open('https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW')
setTimeout(() => {
window.addEventListener('focus', this.celebrate(e.target))
}, 1000)
Expand Down
10 changes: 5 additions & 5 deletions src/components/Faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ export default {
category: 'Design & features'
}, {
title: 'Will you add some stylistic variations, like a slashed zero, sharper brackets etc.?',
value: '<a href="https://paypal.me/runbjo" target="_blank">I might</a>.',
value: '<a href="https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW" target="_blank">I might</a>.',
category: 'Design & features'
}, {
title: 'Will you make a custom style generator, where one can pick the preferred stylistic alternatives and download the corresponding font files?',
value: 'Probably not. It depends on the reception and <a href="https://paypal.me/runbjo" class="donate" target="_blank">donations</a>, as this is something I do in my spare time.',
value: 'Probably not. It depends on the reception and <a href="https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW" class="donate" target="_blank">donations</a>, as this is something I do in my spare time.',
category: 'Design & features'
}, {
title: 'Can I use the font for anything?',
value: 'Yes. The font is <a href="https://github.com/rubjo/victor-mono/blob/master/LICENSE">released under the SIL Open Font License</a>. If you\'d like to say thanks, you can <a href="https://paypal.me/runbjo" class="donate" target="_blank">donate</a>. I\'d also appreciate it if you referred others to this web site rather than serving the font files from elsewhere.',
value: 'Yes. The font is <a href="https://github.com/rubjo/victor-mono/blob/master/LICENSE">released under the SIL Open Font License</a>. If you\'d like to say thanks, you can <a href="https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW" class="donate" target="_blank">donate</a>. I\'d also appreciate it if you referred others to this web site rather than serving the font files from elsewhere.',
category: 'Usage'
}, {
title: 'I found a bug. Where do I report it?',
Expand All @@ -82,15 +82,15 @@ export default {
category: 'Other'
}, {
title: 'Why are you giving it away?',
value: 'I originally planned on selling it for some (smaller or much larger) sum, like others do. But I eventually decided against it: I couldn’t be bothered to set up hosting, payment, EULAs etc, nor do I have time for the level of support I feel should accompany a commercial product. This typeface isn’t meant to be the perfect font for everyone - I just made the one perfect for me. If you’re unemployed or struggle to make ends meet, download the font with a clear conscience. If you work in a corporate setting or are relatively well off, consider <a href="https://paypal.me/runbjo" class="donate" target="_blank">supporting</a> the hours spent designing this font. If you want to and are able to donate anything: thank you!',
value: 'I originally planned on selling it for some (smaller or much larger) sum, like others do. But I eventually decided against it: I couldn’t be bothered to set up hosting, payment, EULAs etc, nor do I have time for the level of support I feel should accompany a commercial product. This typeface isn’t meant to be the perfect font for everyone - I just made the one perfect for me. If you’re unemployed or struggle to make ends meet, download the font with a clear conscience. If you work in a corporate setting or are relatively well off, consider <a href="https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW" class="donate" target="_blank">supporting</a> the hours spent designing this font. If you want to and are able to donate anything: thank you!',
category: 'Other'
}, {
title: 'Did you know that the [insert typeface property here] violates some 500-year old font design convention?',
value: 'I might. If I did, I didn’t care, or I deliberately chose to go a different direction.',
category: 'Design & features'
}, {
title: 'The font is missing an obscure ligature symbol used for indicating an infinite loop in the language Goskell when writing in ancient Ghiscari. Would you be willing to add it?',
value: 'Not very likely, but <a href="https://paypal.me/runbjo" target="_blank">I might</a>.',
value: 'Not very likely, but <a href="https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW" target="_blank">I might</a>.',
category: 'Design & features'
}, {
title: 'A programming font with cursive italics and ligatures is the worst idea in the world. This is absolutely horrible. BTW, I am really angry.',
Expand Down

0 comments on commit 1ba2239

Please sign in to comment.