フォントGregorはMozillaで削られています。あなたはそれがChromeでどのように見えるかを確認することができますMozillaのフォントGregor
:
とMozillaの:
はそれを修正する方法をいくつかのアイデアをお持ちですか?
UPD:ここではここでのコードの連中 HTML `
<div id="headliner" class="constraint-wrapper">
<div class="constraint-box">
<div id="headline">
<span>«Русская Тоскания» в 2016 году</span>
</div>
</div>
</div>
がCSSのすべてのためのです:
#headliner{
width:100%;
height:140px;
.constraint-wrapper {
width:100%;
display:flex;
justify-content: center;
.constraint-box {
display: flex;
width:100%;
max-width:1200px;
padding:15px;
}
}
そして
#headline {
word-wrap:break-word;
font-family: 'Gregor', Arial;
font-size: 35px;
color: #9a0e2f;
white-space: nowrap;
margin-right: 15px;
margin-top: 60px;
@media (max-width: 1000px) {
max-width:100%;
max-height:100%;
font-size:19px;
}
} `
スタックオーバーフローは、プログラミングおよび開発の質問のサイトです。この質問は、プログラミングや開発に関するものではないので、話題にはならないようです。ヘルプセンターの[ここではどのトピックを参照できますか](http://stackoverflow.com/help/on-topic)を参照してください。おそらく、[スーパーユーザ](http://superuser.com/)や[Unix&Linux Stack Exchange](http://unix.stackexchange.com/)の方が良いかもしれません。 [Dev Opsについての質問はどこに投稿しますか?](http://meta.stackexchange.com/q/134306) – jww