如何在整个 wordpress 网站(包括 woocommerce)上强制使用字体
Posted
技术标签:
【中文标题】如何在整个 wordpress 网站(包括 woocommerce)上强制使用字体【英文标题】:How to force a font on an entire wordpress website (including woocommerce) 【发布时间】:2022-01-16 14:49:32 【问题描述】:我试图让我的整个网站都使用相同的字体,包括 Gutenberg 块和所有 WooCommerce。问题是我有 Neve 的免费版本,它不允许免费更改整个网站的字体。我真的不想花 60 美元来换字体。
是否有强制使用 CSS 或任何插件的整个网站的字体?任何帮助表示赞赏。
【问题讨论】:
【参考方案1】:只需使用 css 更改字体类型、样式(粗体、突出显示、斜体等)您可以使用 class 指定类或可以设置 at 以使整个 web 具有相同的设置。
/*set default font at <body>*/
body font-family:Cursive ;
<body>
<h1>Applying same font in entire website</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
</body>
【讨论】:
【参考方案2】:您可以使用插件Custom Fonts 在您的 WordPress 网站上以多种权重上传您的自定义字体。您还可以使用相同的插件从外部链接加载字体。
然后,例如,您可以使用 CSS 定位要应用字体的元素,如下所示:
h1, h2, h3, h4, h5, h6
font-family: 'My headings font';
p
font-family: 'My body font';
em
font-family: 'My body italic font';
【讨论】:
以上是关于如何在整个 wordpress 网站(包括 woocommerce)上强制使用字体的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 WordPress Woo-Commerce 插件根据 url 参数显示不同的产品?
Woocommerce 集成在自己的 wordpress 主题中