From f70e82060ef5dc0025c0c1080e11db5bc30c56aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20Bj=C3=B8rnera=CC=8As?= Date: Wed, 5 Jun 2019 23:05:30 +0200 Subject: [PATCH] Update FAQ --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index d5fd917..a86da5f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -476,11 +476,11 @@ export default { faqItems: [ { title: 'The typeface is a bit light/heavy to my liking. Will you offer more weights in the future?', - value: 'Maybe.', + value: 'Maybe. As of now, the font uses the weight I think looks best on a high-DPI display using Sublime Text on a Mac – but I do understand others will prefer other weights.', category: 'Design & features' }, { title: 'There’s a feature of the font that I don’t like. Could you change it?', - value: 'Probably not. You can always use a different font. 😛', + value: 'Probably not. You can always use a different font. 😛 (Or open an issue and describe what needs changing.)', category: 'Design & features' }, { title: 'Will you add some stylistic variations, like a slashed zero, sharper brackets etc.?', @@ -492,11 +492,11 @@ export default { category: 'Design & features' }, { title: 'Can I use the font for anything?', - value: 'Yes. If you\'d like to say thanks, you can donate.', + value: 'Yes. If you\'d like to say thanks, you can donate. I\'d also appreciate it if you referred others to this web site rather than serving the font files from elsewhere.', category: 'Usage' }, { title: 'How do I use it?', - value: '1) Download the font
2) Unpack the ZIP
3) Install the font', + value: '1) Download the font
2) Unpack the ZIP
3) Install the font
4) Change the font settings in your code editor / IDE of choice to "Victor Mono".', category: 'Usage' }, { title: 'I found a bug. Where do I report it?',