在Bootstrap v4中,可以使用内置的CSS类来设置标题的不同字体粗细。以下是一些常用的类:
<h1>
标签:使用.display-1
类可以设置标题为最大的字体大小,.font-weight-bold
类可以设置标题为粗体。
示例代码:<h1 class="display-1 font-weight-bold">标题</h1>
<h2>
标签:使用.display-2
类可以设置标题为较大的字体大小,.font-weight-bold
类可以设置标题为粗体。
示例代码:<h2 class="display-2 font-weight-bold">标题</h2>
<h3>
标签:使用.display-3
类可以设置标题为中等大小的字体,.font-weight-bold
类可以设置标题为粗体。
示例代码:<h3 class="display-3 font-weight-bold">标题</h3>
<h4>
标签:使用.display-4
类可以设置标题为较小的字体大小,.font-weight-bold
类可以设置标题为粗体。
示例代码:<h4 class="display-4 font-weight-bold">标题</h4>
<h5>
标签:使用.font-weight-bold
类可以设置标题为粗体。
示例代码:<h5 class="font-weight-bold">标题</h5>
<h6>
标签:使用.font-weight-bold
类可以设置标题为粗体。
示例代码:<h6 class="font-weight-bold">标题</h6>
通过使用这些CSS类,您可以轻松地为Bootstrap v4中的标题设置不同的字体粗细。请注意,这只是Bootstrap v4中的一种方法,您也可以根据需要自定义样式。
领取专属 10元无门槛券
手把手带您无忧上云