Updating docs for new desktop handling

This commit is contained in:
Andrew Gioia 2019-04-05 11:16:48 -04:00
parent 8375813c0f
commit 2a78959bfb
7 changed files with 6 additions and 5 deletions

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.4.0 includes all sets to War of the Spark.
Current version 3.4.1 includes all sets to War of the Spark.
</p>
</div>
</header>
@ -101,6 +101,7 @@
<li><strong>Go to the <a href="cheatsheet.html">Cheatsheet</a>.</strong> Copy the symbol that you want to use and then paste it into the application you're using. You should see it show up correctly in there, with the font "Keyrune" active. You can't "type" this font like you would with any other (like Times New Roman), as it uses a reserved character set; you can only copy and paste from the Cheatsheet.</li>
<li><strong>Style the symbol however you want.</strong> Unfortunately you're going to have to do this manually :( I've created a <a href="https://www.dropbox.com/s/gp45uuuejfy089n/Keyrune_desktop_example.docx?dl=1">sample Word document</a> that you can use as a reference with rare Urza's Saga, mythic Morningtide, and uncommon Mercadian Masques symbols as examples. In that doc, each symbol has a 2.5pt black border (on 144pt font) and a gradient applied to each one for their rarities.</li>
</ol>
<p>Every time new set symbols are added to Keyrune you need to reinstall the keyrune.ttf. If you don't see the updated glyphs, try uninstalling the font first and then installing it.</p>
<p>Feel free to use the font and symbols however you like in your project, subject to the license terms below.</p>
</section>
<section class="content">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"keyrune": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.4.0.tgz",
"integrity": "sha512-AKlOj9jZYRA6fo9mbudw77V9cVpXsgVOPVTES6yN/M0oRp1aV6RHFjlGniAq7vjm/j9g/4+dK7oMUG80iXov8Q=="
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.4.1.tgz",
"integrity": "sha512-VIircT/bkX1adfP5Cauyixa71SLexhZq4/ZXYPe4fcvKN9FAJ7ZAEpYKu0Odt9dhGsRiDy4O5cMoopeQMztChA=="
},
"zepto": {
"version": "1.2.0",

View File

@ -4,7 +4,7 @@
"description": "Keyrune documentation website",
"main": "index.html",
"dependencies": {
"keyrune": "^3.4.0",
"keyrune": "^3.4.1",
"zepto": "*"
},
"devDependencies": {},