From 882ebc2540f35028d2100fc16a1f8dd6299a6b55 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Tue, 8 Sep 2020 08:59:33 -0400 Subject: [PATCH] Updates docs to 1.9.1 --- README.md | 2 +- attributes.html | 25 +- cheatsheet.html | 138 ++- css/mana.min.css | 2 +- fonts/mana.eot | Bin 82020 -> 147284 bytes fonts/mana.svg | 96 +- fonts/mana.ttf | Bin 81868 -> 147132 bytes fonts/mana.woff | Bin 81944 -> 147208 bytes fonts/mana.woff2 | Bin 37428 -> 65020 bytes icons.html | 362 ++++++- index.html | 26 +- node_modules/mana-font/css/mana.css | 1324 ++++++++++++++--------- node_modules/mana-font/css/mana.css.map | 1 + node_modules/mana-font/css/mana.min.css | 2 +- node_modules/mana-font/fonts/mana.eot | Bin 82020 -> 147284 bytes node_modules/mana-font/fonts/mana.svg | 96 +- node_modules/mana-font/fonts/mana.ttf | Bin 81868 -> 147132 bytes node_modules/mana-font/fonts/mana.woff | Bin 81944 -> 147208 bytes node_modules/mana-font/fonts/mana.woff2 | Bin 37428 -> 65020 bytes package-lock.json | 6 +- package.json | 2 +- 21 files changed, 1475 insertions(+), 607 deletions(-) create mode 100644 node_modules/mana-font/css/mana.css.map mode change 100755 => 100644 node_modules/mana-font/fonts/mana.eot mode change 100755 => 100644 node_modules/mana-font/fonts/mana.svg mode change 100755 => 100644 node_modules/mana-font/fonts/mana.ttf mode change 100755 => 100644 node_modules/mana-font/fonts/mana.woff mode change 100755 => 100644 node_modules/mana-font/fonts/mana.woff2 diff --git a/README.md b/README.md index 2fdea53..fe04e1e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ #### The Magic: the Gathering mana symbol font! -Documentation for this project available at [http://andrewgioia.github.io/Mana](http://andrewgioia.github.io/Mana). +Documentation for this project available at [https://mana.andrewgioia.com](https://mana.andrewgioia.com). \ No newline at end of file diff --git a/attributes.html b/attributes.html index 6f0ab41..a799332 100644 --- a/attributes.html +++ b/attributes.html @@ -14,13 +14,13 @@ Home Mana Icons Attributes - GitHub Project + GitHub Project Created by - Andrew Gioia + Andrew Gioia @@ -28,7 +28,7 @@

Mana & Card Icons

- + Download @@ -194,13 +194,30 @@
+
+

Dual-Layered Symbols

+
+ One layer + Two layers + Two with color +
+
+

The [multicolor symbol](https://mtg.gamepedia.com/Multicolored) has 2 layers and the only wayh to reliably achieve this is with 2 glyphs. Add .ms-duo and .ms-multicolor will add the background layer and knock out the foreground. If you add .ms-duo-color and optionally .ms-grad it will colorize it like the official symbol.

+
+ <i class="ms ms-multicolor"></i> One layer
+ <i class="ms ms-multicolor ms-duo"></i> Two layers
+ <i class="ms ms-multicolor ms-duo ms-duo-color ms-grad"></i> Complete multicolor symbol +
+
+
+