SOLVED - Particle build displaying wrong font in code window

Hmm. Since I upgraded Win7 to Win10, my Particle Build code window is displaying a roman-styled font while the cursor (and where typing actually happens) is offset as if it is positioned with the original font. I;m using Chrome as I was with Win7. Interestingly, everything displays correctly in Firefox. I included a screen shot, below.

Separately from that, I noted that the Calibre font on my system got somewhat fubared. (I think that font is used by MS Outlook, exclusively.)

What is the proper font being used by the Build window and how might I assure I’m using it, either from the cloud or installed on my system?

Thanks,

Michael

That’s what Chrome reports for me

font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
    font-size: 12px;

Does clearing the cache and/or incognito mode change anything?

Hmm. I tried clearing cache and incognito. Same results. I’ll check my installed fonts for those in the html style you listed.

Michael

Aha! Thanks for the style info. I discovered the Consolas font missing from my Windows installed fonts and added. The code displays properly now.

Woot!

Thanks,

Michael

1 Like