updated bold font
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
BIN
src/styles/fonts/notomono/Noto-Sans-Mono-Bold.ttf.woff
Normal file
BIN
src/styles/fonts/notomono/Noto-Sans-Mono-Bold.ttf.woff
Normal file
Binary file not shown.
@@ -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; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user