Change navbar font

This commit is contained in:
WindowsAddict 2023-06-14 01:58:42 +05:30
parent dd32058809
commit 9203e696c1
4 changed files with 11 additions and 3 deletions

View File

@ -410,8 +410,8 @@ div.tocify {
<p>All download links leads to genuine files only.</p> <p>All download links leads to genuine files only.</p>
<table> <table>
<colgroup> <colgroup>
<col width="56%" /> <col width="53%" />
<col width="43%" /> <col width="46%" />
</colgroup> </colgroup>
<thead> <thead>
<tr class="header"> <tr class="header">

View File

@ -11,3 +11,7 @@ pre,
code { code {
font-family: "IBM Plex Mono", monospace; font-family: "IBM Plex Mono", monospace;
} }
.navbar {
font-family: 'IBM Plex Sans Text', sans-serif;
}

View File

@ -7,7 +7,7 @@ pagetitle: Genuine Installation Media
All download links leads to genuine files only. All download links leads to genuine files only.
| **Windows** | | | **Windows** | |
|:----------------------------------------|:------------------------------| |:---------------------------------|:----------------------------|
| Windows 11 / 10 / 8.1 (Consumer) ❤️ | [Link1](https://www.microsoft.com/software-download) - [Link2](https://massgrave.dev/msdl/) (Works in Russia) | | Windows 11 / 10 / 8.1 (Consumer) ❤️ | [Link1](https://www.microsoft.com/software-download) - [Link2](https://massgrave.dev/msdl/) (Works in Russia) |
| Windows 11 / 10 (Latest Consumer + Business) | [Link](windows_latest_links.html) | | Windows 11 / 10 (Latest Consumer + Business) | [Link](windows_latest_links.html) |
| Windows 10 Enterprise LTSC | [Link](windows_ltsc_links.html) | | Windows 10 Enterprise LTSC | [Link](windows_ltsc_links.html) |

View File

@ -11,3 +11,7 @@ pre,
code { code {
font-family: "IBM Plex Mono", monospace; font-family: "IBM Plex Mono", monospace;
} }
.navbar {
font-family: 'IBM Plex Sans Text', sans-serif;
}