什么是" monospace"在Chrome?

时间:2016-01-01 17:53:58

标签: google-chrome ubuntu fonts monospace

我在Ubuntu 15.10上使用Chrome(47.0.2526.106)。据我了解" monospace"只是一个指令(如非特定字体)使用"系统"等宽字体。在Chrome设置中,"固定宽度字体"被设置为" monospace"。然后在我的Tweek工具字体Monospace中我设置了Courier - 但是当我看到一个页面(例如一个简单的错误页面)时,我看到的不是Courier,而是类似于Ubuntu Mono的东西,但并不完全如此。 Chrome使用什么字体?它是在发送字体,还是在我的系统上使用其他东西?

2 个答案:

答案 0 :(得分:0)

var font = 'monospace';
if(navigator.userAgent.match(/Chrome/gi) || navigator.userAgent.match(/Opera/gi)){
    font = 'Courier';
};

pre_element.style.fontFamily = font;
textarea_element.style.fontFamily = font;

答案 1 :(得分:0)

在浏览器中键入此URL(chrome:// settings / fonts),然后查看为“固定宽度”设置了哪种字体。