如何制作 gisha-regular 字体?

发布于 2024-12-08 07:46:41 字数 456 浏览 0 评论 0原文

我正在使用这个线框: http://www.problemio.com/wireframe.pdf 和我应该制作一个 gisha 常规字体,我正在谷歌搜索它,它似乎不是标准字体之一。

我尝试在 css 中做类似的事情:

body 
{
    font-family: "Gisha-regular, Century Gothic,Helvetica,Arial,sans-serif";
    margin: 0;
    padding: 0;
    font-size: 1em;
    background-color : white;
}

但它只是给了我其他默认字体之一。

知道如何让 gisha-regular 出现吗?

谢谢!

I am working from this wireframe: http://www.problemio.com/wireframe.pdf and I am supposed to make a gisha regular font, and I am googling for it, and it doesn't seem to be one of the standard fonts.

I tried doing something like this in css:

body 
{
    font-family: "Gisha-regular, Century Gothic,Helvetica,Arial,sans-serif";
    margin: 0;
    padding: 0;
    font-size: 1em;
    background-color : white;
}

But it just gives me one of the other default fonts.

Any idea how I can get the gisha-regular to appear?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

两相知 2024-12-15 07:46:41

它不是标准字体。

如果获得许可,您必须将其设为网络字体。

Its not a standard font.

You have to make it a webfont, if so licensed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文