你如何影响页面窗口标题中的font-family?

时间:2015-07-21 14:43:37

标签: google-chrome tabs

我偶然发现了一个雅虎页面,在看到它的标题标题时,我看到Serif与我的其他标签是Sans-Serif一样。我无法弄清楚这种造型是如何发生的。

This is the page with the strange tab title font-family

Image showing the tab as well as two other tabs with one title being manually set and the other with the title copy pasted

如果我使用document.title = "Something else";更改页面本身的标题,则font-family会更改为其他标签所具有的同一系列。如果我从document.title打印标题,将标题复制并粘贴到另一个标签中,则保留Sans-Serif,复制它,然后使用剪贴板数据设置另一个标签的document.title

为什么此标签的字体系列不同?它是编码的东西吗?此外,这似乎只发生在Chrome中。该页面在Firefox中具有常规选项卡font-family。

0 个答案:

没有答案