1
我使用fontsquirrel下載了字體,但iPhone上的字母間距加倍。我試圖在fontsquirrel設置中啓用「刪除字距」,但這不起作用。iPhone上字體字體的字母間距加倍
@font-face {
font-family: 'fjalla_oneregular';
src: url('../../core/texts/fjallaone-regular-webfont.eot');
src: url('../../core/texts/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../../core/texts/fjallaone-regular-webfont.woff2') format('woff2'),
url('../../core/texts/fjallaone-regular-webfont.woff') format('woff'),
url('../../core/texts/fjallaone-regular-webfont.ttf') format('truetype'),
url('../../core/texts/fjallaone-regular-webfont.svg#fjalla_oneregular') format('svg');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
}
.post-header h1 {
font-family: "fjalla_oneregular", Impact, Helvetica Neue, Helvetica, sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #191919;
letter-spacing: 0px;
}
有一種解決方法,使桌面瀏覽器和移動之間的間距是否匹配?
鏈接僅答案在StackOverflow的皺起了眉頭,在。鏈接到期或內容可能會更改。只要有可能,請將解決方案的關鍵要素體現在您的答案中,以便答案獨立,並提供直接價值。另外 - 主要是代碼解決方案和突出的解釋 - 不需要講太多的故事。書呆子們想切入事情,解決問題並繼續前行。我相應地編輯了你的答案。 – clearlight
道歉。我基本上註冊到了Stackoverflow,只是爲了讓其他人知道這件事情,以防它有所幫助。也欣賞你的時間。 – CWARRENT
不用擔心。感謝你這樣做。花了我一段時間來了解期望以及爲什麼他們在那裏。這隻對下次有幫助:-) – clearlight