MATLAB Online Font Type
古いコメントを表示
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.

採用された回答
その他の回答 (1 件)
Guillaume
2018 年 4 月 10 日
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.
コミュニティ
その他の回答 遠隔学習コミュニティ
カテゴリ
ヘルプ センター および File Exchange で Platform and License についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!