如何在 Magento 中导入字体系列?

How to Import Font family in Magento?

我正在准备 mangento 主页,我想将字体系列更改为

opensans

但是该字体系列在 magento 中不可用。如何导入 opensans.

帮帮我,

您需要先插入字体文件:

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

然后在 css 中你可以使用 then;

font-family: 'Open Sans', sans-serif;