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
My development environment is Ubuntu 18.04, and I just noticed the syntax highlighting is being rendered in Times New Roman because the fonts in the font-family for .vjs__tree don't exist in Ubuntu:
font-family: Monaco,Menlo,Consolas,Bitstream Vera Sans Mono;
It would probably be good to add monospace as a fallback :)
Thanks!
The text was updated successfully, but these errors were encountered:
Hey!
My development environment is Ubuntu 18.04, and I just noticed the syntax highlighting is being rendered in Times New Roman because the fonts in the font-family for
.vjs__tree
don't exist in Ubuntu:font-family: Monaco,Menlo,Consolas,Bitstream Vera Sans Mono;
It would probably be good to add monospace as a fallback :)
Thanks!
The text was updated successfully, but these errors were encountered: