aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

Add more complete monospace `font-family` #324

Closed cvan closed 8 years ago

cvan commented 8 years ago

font-family: Consolas, Andale Mono, Monaco, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;

Coder206 commented 8 years ago

@cvan Is this a continuation of the RobotoMono code? (#272)

cvan commented 8 years ago

@Coder206 nope, your PR just reminded me that we should have a more verbose font-family that covers the default monospace fonts on the popular platforms. so thanks!