如何在 coda 中使用 google web 字体?

发布于 2024-12-03 06:58:44 字数 144 浏览 1 评论 0原文

我正在使用 Coda 来开发我的网站。

我想知道是否可以在 coda 中使用 google web 字体,以便我可以测试不同的字体,甚至使用您计算机上存在的本地字体。

我尝试做的是复制给定的代码,但这似乎不起作用。

提前致谢。

I'm using Coda for developing my website.

I was wondering if it's possible to use google web fonts in coda so that I can test the different fonts out or even use the local fonts that are present on your machine.

What I tried doing was copy the given code but that doesn't seem to work.

Thanks in advance.

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

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

发布评论

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

评论(2

走过海棠暮 2024-12-10 06:58:44

只需包含这样一行:

<link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy' rel='stylesheet' type='text/css'>

然后将其添加到您的 css 中:

font-family: 'Sorts Mill Goudy', serif;

就是这样。

simply include a line like this:

<link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy' rel='stylesheet' type='text/css'>

and then add this to your css:

font-family: 'Sorts Mill Goudy', serif;

that's it.

玩世 2024-12-10 06:58:44

大多数字体服务正在寻找来自典型浏览器的用户代理引用信息。可能是 Coda 用户代理字符串无法识别。当您预览时,不太了解 Coda 是否在本地 Web 服务器上运行?

如果您配置本地主机的设置,我们的网络字体服务 WebINK 就可以工作;在 Dreamweaver 等程序中,如果您将 Liveview 配置为使用本地主机,字体将显示在预览中。

Google 还允许您将字体下载到本地环境。您的字体设置将在 CSS 中使用标准 @font-face 调用,因此与

祝你好运

Most font services are looking for User Agent referrer information that comes off of a typical browser. It could be that the Coda User agent string is not recognized one. Not knowing Coda well is it working off of a local web server when you preview?

Our web font service WebINK works if you configure your settings for localhost and in programs like Dreamweaver if you configure the Liveview to use localhost the fonts will show up on preview.

Google also allows you to download the fonts to your local environment. Your setup for the fonts will use standard @font-face calls in your CSS so a bit different than the

Good luck

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