You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In working with some new codings of Sanskrit Dictionary displays, an experiment was made of running an html application
on local machine with a non-xampp server (namely python -m http.server 8085).
In displaying a dictionary entry with Devanagari output, the 'siddhanta.ttf' network font was specified via the css font-face:
In working with some new codings of Sanskrit Dictionary displays, an experiment was made of running an html application
on local machine with a non-xampp server (namely
python -m http.server 8085
).In displaying a dictionary entry with Devanagari output, the 'siddhanta.ttf' network font was specified via the css font-face:
This first resulted in a CORS error, which blocked loading of the application.
This stackoverflow article
showed a solution: put a
.htaccess
file in the fonts folder in csl-apidev, containingI did this, and the original problem went away and the siddhanta font was used as expected.
The text was updated successfully, but these errors were encountered: