Which font does MATLAB Online use? Is it Andale Mono or some other font? I have attached a snapshot below for reference. Thanks in advance.

 Accepted Answer

Prajit T R
Prajit T R on 10 Apr 2018

1 vote

Hi Shah
The font seems to be Bitstream Vera Sans Monospaced. Andale Mono also looks pretty similar. More details are available on this link: Choosing a good MATLAB font
Cheers

More Answers (1)

According to the developer tools in my browser (Firefox Windows), the font is specified as
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
The browser will pick the first one of these that it supports. For me, it's Consolas since I don't appear to have Menlo or Monaco installed.
In any case, the actual font used is browser and OS dependent.

Communities

More Answers in the  Distance Learning Community

Categories

Asked:

on 7 Apr 2018

Commented:

on 17 Apr 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!