Font Selection Doesn't Scroll
ewollesen opened this issue ยท 4 comments
This makes it impossible to change your font :( is there any possible way to temporarily get around this? Is there a manual way to set your font?
This makes it impossible to change your font :( is there any possible way to temporarily get around this? Is there a manual way to set your font?
Yes, but be careful to type it in correctly:
/run local t=LibStub("LibSharedMedia-3.0"):Fetch("font", "myFontNameHere"); bcmDB.fontname=t; ReloadUI();
Replace myFontNameHere
with your font name as it would appear in the dropdown.