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 +
+
+
+