mirror of
https://github.com/dtinth/comic-mono-font.git
synced 2026-02-25 16:21:09 +00:00
Add Nerd Font links to webpage
This commit is contained in:
10
index.html
10
index.html
@@ -170,6 +170,16 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<h3 id="nerdFont">
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
href="https://www.nerdfonts.com/"
|
||||||
|
>Nerd Font</a
|
||||||
|
>
|
||||||
|
</h3>
|
||||||
|
<a href="./SeriousSans/otf/SeriousSansNerd.otf">SeriousSansNerd.otf</a>
|
||||||
|
<br />
|
||||||
<h2>What?</h2>
|
<h2>What?</h2>
|
||||||
<p>
|
<p>
|
||||||
Serious Sans is a legible monospaced font made to resemble the classic
|
Serious Sans is a legible monospaced font made to resemble the classic
|
||||||
|
|||||||
11
style.css
11
style.css
@@ -49,8 +49,8 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
|
font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
|
||||||
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -61,6 +61,13 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nerdFont :link,
|
||||||
|
#nerdFont :visited {
|
||||||
|
color: #d4d4d4;
|
||||||
|
text-decoration-line: underline;
|
||||||
|
text-decoration-style: dotted;
|
||||||
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user