[bug] fontFamily viewerOptions doesn't work
charnould opened this issue · 0 comments
charnould commented
Prerequisites
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Expected Behavior
fontFamily should allow modifying canvas font-family
.
Current Behavior
It doesn't work.
Steps to Reproduce
- Clone public repo: https://github.com/charnould/sanddance-bug-1.git
- Open
index.html
withLiver-server
to avoidCORS
issue - See that canvas font is
sans serif
- See that source code indicates
fontFamily: "Monospace"
--> That's the bug!
Expected result
Canvas font should be Monospace