]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Replace font-weight-* with fw-*
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Nov 2021 14:44:31 +0000 (14:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Nov 2021 14:44:31 +0000 (14:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/index.html

index 81bb0eb563a3c89924c9a658fb7d57a01fb7102b..f1144317ca3af9332e0d8d54facbcc90deb2ab9e 100644 (file)
@@ -17,7 +17,7 @@
                                {% if latest_release.blog %}
                                        &nbsp;
 
-                                       <a class="link-dark font-weight-bold" href="/download/{{ latest_release.slug }}">
+                                       <a class="link-dark fw-bold" href="/download/{{ latest_release.slug }}">
                                                {{ _("Get It Now") }}
                                        </a>
                                {% end %}
@@ -28,7 +28,7 @@
        <div class="bg-brand">
                <div class="container">
                        <h1 class="display-1">{{ _("More Than A Firewall") }}</h1>
-                       <h4 class="font-weight-normal">Customisable, easy to configure, and the leading example</h4>
+                       <h4 class="fw-normal">The market leader in Linux based, Open Source security with a comprehensible feature set</h4>
                </div>
        </div>