如何制作 gisha-regular 字体?
我正在使用这个线框: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它不是标准字体。
如果获得许可,您必须将其设为网络字体。
Its not a standard font.
You have to make it a webfont, if so licensed.