我在所有网站上使用相同的字体,设置相同。其中两个在Tumblr上托管:kuuunst.com / allipossess.com,另外两个在Strato simonfreund.com / countless.info上自行托管。
由于某些原因,Tumblr网站上的字体看起来比其他两个网站更薄(正常/我希望如此),尽管设置相同:
font-family: 'tt0596m_', sans-serif;
color: #000;
font-size: 16px;
line-height: 1.35;
font-weight: normal !important;
text-decoration: none;
letter-spacing: 1px;
font-weight: normal;
font-style: normal;
知道为什么会这样,我可以尝试改变它吗?
答案 0 :(得分:3)
我添加了一些我不知道的样式和繁荣,所有网站上的字体看起来都很漂亮......
这是我添加的内容:
body {
padding-top: 0px;
font-family: 'Monospace 821';
color: #000;
font-size: 16px;
line-height: 1.35;
font-weight: normal !important;
text-decoration: none;
letter-spacing: 1px;
font-style: normal;
speak: none;
font-variant: normal;
text-transform: none;
line-height: normal;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
我开始相信它与text-rendering
和webkit-font-smoothing
有关,这是我以前从未使用/听过的事情......
无论如何,它现在已经解决了。