前卫字体上的毛刺

时间:2017-06-08 19:36:46

标签: css fonts

我的版权线在我的电脑上看起来不太好。当我试图在我的电脑上打开这个版权线时,它看起来非常不好看。它在小提琴上看起来不错,但在我的电脑上却看不到。这个字体有什么问题吗?我使用的HTML和CSS代码是:

HTML:

<p id="copyright"> © THE NORTHMAN COMPANY · 2017 · ALL RIGHTS RESERVED </p>

CSS:

{
    margin-bottom: 0px !important;
    height: auto;
    letter-spacing: .3em;
    color: rgb(40, 40, 41);
    font-family: "AvantGarde";
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #d3d8db;
}

我已将image(很少有字母表看起来不太好)附在我的电脑上。

0 个答案:

没有答案