├── README.md ├── install ├── OFL.txt ├── static fonts │ ├── AniconsColorStatic-Layer0End.ttf │ ├── AniconsColorStatic-Layer0Start.ttf │ ├── AniconsColorStatic-Layer1End.ttf │ ├── AniconsColorStatic-Layer1Start.ttf │ ├── AniconsStatic-End.ttf │ └── AniconsStatic-Start.ttf └── variable fonts │ ├── AniconsColorGX.ttf │ └── AniconsGX.ttf ├── source ├── static fonts │ ├── Anicons Color Static- Layer 0 End.glyphs │ ├── Anicons Color Static- Layer 0 Start.glyphs │ ├── Anicons Color Static- Layer 1 End.glyphs │ ├── Anicons Color Static- Layer 1 Start.glyphs │ ├── Anicons Static-End.glyphs │ └── Anicons Static-Start.glyphs └── variable fonts │ ├── Anicons Color.glyphs │ └── Anicons Regular.glyphs └── webfonts ├── AniconsColorGX.ttf ├── AniconsGX.ttf ├── anicons-color.css ├── anicons-regular.css └── anicons.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/README.md -------------------------------------------------------------------------------- /install/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/OFL.txt -------------------------------------------------------------------------------- /install/static fonts/AniconsColorStatic-Layer0End.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/static fonts/AniconsColorStatic-Layer0End.ttf -------------------------------------------------------------------------------- /install/static fonts/AniconsColorStatic-Layer0Start.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/static fonts/AniconsColorStatic-Layer0Start.ttf -------------------------------------------------------------------------------- /install/static fonts/AniconsColorStatic-Layer1End.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/static fonts/AniconsColorStatic-Layer1End.ttf -------------------------------------------------------------------------------- /install/static fonts/AniconsColorStatic-Layer1Start.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/static fonts/AniconsColorStatic-Layer1Start.ttf -------------------------------------------------------------------------------- /install/static fonts/AniconsStatic-End.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/static fonts/AniconsStatic-End.ttf -------------------------------------------------------------------------------- /install/static fonts/AniconsStatic-Start.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/static fonts/AniconsStatic-Start.ttf -------------------------------------------------------------------------------- /install/variable fonts/AniconsColorGX.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/variable fonts/AniconsColorGX.ttf -------------------------------------------------------------------------------- /install/variable fonts/AniconsGX.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/install/variable fonts/AniconsGX.ttf -------------------------------------------------------------------------------- /source/static fonts/Anicons Color Static- Layer 0 End.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/static fonts/Anicons Color Static- Layer 0 End.glyphs -------------------------------------------------------------------------------- /source/static fonts/Anicons Color Static- Layer 0 Start.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/static fonts/Anicons Color Static- Layer 0 Start.glyphs -------------------------------------------------------------------------------- /source/static fonts/Anicons Color Static- Layer 1 End.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/static fonts/Anicons Color Static- Layer 1 End.glyphs -------------------------------------------------------------------------------- /source/static fonts/Anicons Color Static- Layer 1 Start.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/static fonts/Anicons Color Static- Layer 1 Start.glyphs -------------------------------------------------------------------------------- /source/static fonts/Anicons Static-End.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/static fonts/Anicons Static-End.glyphs -------------------------------------------------------------------------------- /source/static fonts/Anicons Static-Start.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/static fonts/Anicons Static-Start.glyphs -------------------------------------------------------------------------------- /source/variable fonts/Anicons Color.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/variable fonts/Anicons Color.glyphs -------------------------------------------------------------------------------- /source/variable fonts/Anicons Regular.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/source/variable fonts/Anicons Regular.glyphs -------------------------------------------------------------------------------- /webfonts/AniconsColorGX.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/webfonts/AniconsColorGX.ttf -------------------------------------------------------------------------------- /webfonts/AniconsGX.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/webfonts/AniconsGX.ttf -------------------------------------------------------------------------------- /webfonts/anicons-color.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/webfonts/anicons-color.css -------------------------------------------------------------------------------- /webfonts/anicons-regular.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/webfonts/anicons-regular.css -------------------------------------------------------------------------------- /webfonts/anicons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Typogram/Anicons/HEAD/webfonts/anicons.css --------------------------------------------------------------------------------