合計レビュー数: 1
- 5 段階中 3 の評価Firefox ユーザー 14078721 によるレビュー (7年前)Running 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.開発者の返信
投稿日時: 7年前I 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 ...