A collection of really nice ClassJob icons at high resolution for FINAL FANTASY XIV.
Included are:
font/FFXIVAppIcons.ttf
a nice font file you could use which includes all sorts of iconssvg/*
a whole host of SVG iconsicons/*
a full set of class/job plain icons using the common Silver+Gold styles.misc/*
Files from the Job Guidecompanion/*
icons from the Companion App
-
Grab the
FFXIVAppIcons.tff
file from the companion app, then you need to convert itsvg
,woff
,otf
https://convertio.co/ttf-svg/eot
https://everythingfonts.com/ttf-to-eot
-
Copy the the converted files into
src
-
Run:
converter.php
to build the font-file CSS/HTML -
Run:
svg_rip.js
to build SVG Rips.- This requires node, run
npm install
inside/src
to get the module we use (font-blast
)
- This requires node, run