1 ulasan
- Diberi peringkat 3 dari 5oleh Pengguna Firefox 14078721, 7 tahun yang laluRunning 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.Balasan pengembang
dikirim 7 tahun yang laluI 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 ...