如何从标题中删除粗体? [英] how to remove the bold from a headline?

查看:59
本文介绍了如何从标题中删除粗体?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个标题:

<h1>THIS IS A HEADLINE</h1>

我如何使这就是...这个短语不大胆,其余的则不改变?
在文本装饰中找不到任何相关标签。

How do i make the phrase "THIS IS..." not to be bold and the rest without a change? couldn't find any relevent tag in text-decoration.

推荐答案

由于 >大尺寸,如果您应用粗体或想要更改行为,则可以执行以下操作:

The heading looks bold because of its large size, if you have applied bold or want to change behaviour, you can do:

h1 { font-weight:normal; }

更多: http://www.w3.org/TR/css3-fonts/#font-weight-prop

这篇关于如何从标题中删除粗体?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆