diff options
| author | WindowsAddict | 2023-06-13 20:28:42 +0000 |
|---|---|---|
| committer | WindowsAddict | 2023-06-13 20:28:42 +0000 |
| commit | 9203e696c165bdbd2216dc1f554b38959cc061f9 (patch) | |
| tree | 756a8b2d45807a537a300af45261d1aeaf3a831b /_site | |
| parent | dd3205880980d57596ecb9821051c9ed6cf05ca2 (diff) | |
| download | massgrave.dev-9203e696c165bdbd2216dc1f554b38959cc061f9.zip | |
Change navbar font
Diffstat (limited to '_site')
| -rw-r--r-- | _site/genuine-installation-media.html | 4 | ||||
| -rw-r--r-- | _site/styles.css | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index a48495c..1b00d90 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -410,8 +410,8 @@ div.tocify { <p>All download links leads to genuine files only.</p>
<table>
<colgroup>
-<col width="56%" />
-<col width="43%" />
+<col width="53%" />
+<col width="46%" />
</colgroup>
<thead>
<tr class="header">
diff --git a/_site/styles.css b/_site/styles.css index 47d351b..c270dc9 100644 --- a/_site/styles.css +++ b/_site/styles.css @@ -11,3 +11,7 @@ pre, code {
font-family: "IBM Plex Mono", monospace;
}
+
+.navbar {
+ font-family: 'IBM Plex Sans Text', sans-serif;
+}
\ No newline at end of file |
