gpt4 book ai didi

css - 导入和使用 google webfont

转载 作者:技术小花猫 更新时间:2023-10-29 10:58:50 30 4
gpt4 key购买 nike

对于一个元素,我必须使用一种字体的多种样式。这是the google font的链接

这是我的CSS导入

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

我想知道的是如何定义要显示的字体系列,例如“Open Sans Light 300 Italic”

谢谢

最佳答案

CSS

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body {
font-family: 'Open Sans', sans-serif;
}

body p {
font-style: italic;
font-weight: 300; /* You specify the number you see next to the fonts to change from light to bold ie you would put 700 etc. etc. */
}

关于css - 导入和使用 google webfont,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19161854/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com