viresh-ratnakar / exolve

Online interactive crossword software in JavaScript
MIT License
74 stars 15 forks source link

Change font size of Preamble and Clues in widget #56

Closed ballantynedewolf closed 3 years ago

ballantynedewolf commented 3 years ago

Using the full html file version, I can change the font-size of both preamble and clues by doing this: function customizeExolve(p) { p.frame.style.fontSize="13pt"; }

However if I do the same in a widget, only the preamble has the 13pt text

What's the best way to increase font-size in elements other than the grid?

viresh-ratnakar commented 3 years ago

Can you point me to a URL where you see this? I suspect this is some css inheritance issue that can be fixed.

ballantynedewolf commented 3 years ago

sorry to be so long replying. I tested this again and now it works, so either I misread the situation or you've fixed it in the [long] interim. Thanks