updated bold font

This commit is contained in:
Hugo LAMY
2026-03-18 09:58:59 +01:00
parent 0dd790d090
commit ec81aa3749
3 changed files with 11 additions and 3 deletions

View File

@@ -17,9 +17,10 @@
gap: 20px;
text-align: left;
width: auto;
max-width: 900px;
max-width: 1100px;
margin: 100px 0px;
@media (max-width: 750px) {
@media (max-width: 900px) {
grid-template-columns: 1fr;
}

Binary file not shown.

View File

@@ -4,6 +4,12 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "notosansmono_bold";
src: url("./fonts/notomono/Noto-Sans-Mono-Bold.ttf.woff") format("woff");
font-weight: bold;
font-style: normal;
}
body,
pre {
font-family: "notomono", monospace;
@@ -76,5 +82,6 @@ a {
}
b {
font-weight: 900;
font-family: "notosansmono_bold", "notomono", monospace;
/* font-weight: 900; */
}