mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Update instances of .font-weight to .fw
This commit is contained in:
committed by
Martijn Cuppens
parent
4d1ee3b0a7
commit
d1dcc1e5e6
@@ -33,7 +33,7 @@
|
||||
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-danger">
|
||||
{{ partial "icons/droplet-fill.svg" (dict "width" "32" "height" "32") }}
|
||||
</div>
|
||||
<h2 class="display-6 font-weight-normal">Go further with Bootstrap Themes</h2>
|
||||
<h2 class="display-6 fw-normal">Go further with Bootstrap Themes</h2>
|
||||
<p class="col-md-10 col-lg-8 mx-auto lead">
|
||||
Need something more than these examples? Take Bootstrap to the next level with premium themes from the <a href="{{ .Site.Params.themes }}">official Bootstrap Themes marketplace</a>. They’re built as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools.
|
||||
</p>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
{{- if $group.pages }}
|
||||
<div class="collapse{{ if $is_active_group }} show{{ end }}" id="{{ $group_slug }}-collapse">
|
||||
<ul class="list-unstyled font-weight-normal pb-1 small">
|
||||
<ul class="list-unstyled fw-normal pb-1 small">
|
||||
{{- range $doc := $group.pages -}}
|
||||
{{- $doc_slug := $doc.title | urlize -}}
|
||||
{{- $is_active := and $is_active_group (eq $page_slug $doc_slug) -}}
|
||||
|
@@ -4,8 +4,8 @@
|
||||
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-success">
|
||||
{{ partial "icons/code.svg" (dict "width" "32" "height" "32") }}
|
||||
</div>
|
||||
<h2 class="display-5 font-weight-normal">Installation</h2>
|
||||
<p class="lead font-weight-normal">
|
||||
<h2 class="display-5 fw-normal">Installation</h2>
|
||||
<p class="lead fw-normal">
|
||||
Install Bootstrap’s source Sass and JavaScript files via npm, Composer, or Meteor.
|
||||
</p>
|
||||
<p>Package managed installs don’t include documentation or our full build scripts. You can also <a href="https://github.com/twbs/bootstrap-npm-starter">use our npm template repo</a> to quickly generate a Bootstrap project via npm.</p>
|
||||
@@ -22,8 +22,8 @@
|
||||
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-primary">
|
||||
{{ partial "icons/cloud-fill.svg" (dict "width" "32" "height" "32") }}
|
||||
</div>
|
||||
<h2 class="display-5 font-weight-normal">jsDelivr</h2>
|
||||
<p class="lead font-weight-normal">
|
||||
<h2 class="display-5 fw-normal">jsDelivr</h2>
|
||||
<p class="lead fw-normal">
|
||||
When you only need to include Bootstrap’s compiled CSS or JS, you can use <a href="https://www.jsdelivr.com/">jsDelivr</a>.
|
||||
</p>
|
||||
<p>
|
||||
@@ -44,8 +44,8 @@
|
||||
<div class="masthead-followup-icon d-inline-block mb-2 text-white bd-bg-purple-bright">
|
||||
{{ partial "icons/circle-square.svg" (dict "width" "32" "height" "32") }}
|
||||
</div>
|
||||
<h2 class="display-5 font-weight-normal">Bootstrap Icons</h2>
|
||||
<p class="lead font-weight-normal">
|
||||
<h2 class="display-5 fw-normal">Bootstrap Icons</h2>
|
||||
<p class="lead fw-normal">
|
||||
For the first time ever, Bootstrap has its own open source SVG icon library, designed to work best with our components and documentation.
|
||||
</p>
|
||||
<p>
|
||||
@@ -66,8 +66,8 @@
|
||||
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-danger">
|
||||
{{ partial "icons/droplet-fill.svg" (dict "width" "32" "height" "32") }}
|
||||
</div>
|
||||
<h2 class="display-5 font-weight-normal">Official Themes</h2>
|
||||
<p class="lead font-weight-normal">
|
||||
<h2 class="display-5 fw-normal">Official Themes</h2>
|
||||
<p class="lead fw-normal">
|
||||
Take Bootstrap to the next level with premium themes from the <a href="{{ .Site.Params.themes }}">official Bootstrap Themes marketplace</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user