Review by Firefox user 14045907
Rated 5 out of 5
by Firefox user 14045907, 7 years ago4 reviews
- Rated 5 out of 5by Lynn, 4 months agoI love this, I have a passion for Astrology and have been reading and researching everything to do with Astrology, this extension will make it easier to do different birth charts and play around with the settings to figure things out.
- Rated 5 out of 5by Firefox user 14316350, 6 years ago
- Rated 3 out of 5by Firefox user 14078721, 7 years agoRunning MacOS 10.11.6 (El Capitan) on MacBook Air with current Firefox browser.
Like the simplicity.
BUT…
although I have Astrological glyph fonts loaded and available on my system, Zodiaque is displaying the natal chart and table in ASCII alpha. Color me unimpressed.
Gonna go check Firefox prefs to see if there's any way to tell iwhat Z expects, but for freeware, I'm only marginally hopeful.Developer response
posted 7 years agoI tested on Linux, Windows and Android but not on MacOS but it should not be OS dependant as the font file ZODIAC.TTF is included in the extension.
Check it by: Tools, Web Developer, Style Editor
Left panel should show 2 files: "style.css" and "inline style cheet"
By clicking on the last one right panel should display:
@font-face {
font-family: "Zodiac";
src: url("../fonts/ZODIAC.TTF");
}
# body { font-family: "Zodiac"}
Also by clicking on the "Console" tab of this same debug page, you can display error messages ...