font dot created succesfuly

This commit is contained in:
asus
2023-11-17 07:24:03 +01:00
parent e507e45c6b
commit 484c22b7d6
23 changed files with 19747 additions and 304 deletions

View File

@@ -1,16 +1,17 @@
@font-face {
font-family: "notomono";
src:
local("Noto Mono"),
url("./fonts/notomono/NotoMono-Regular-webfont.woff") format("woff");
url("./fonts/notomono/NotoMono-Dot.woff") format("woff");
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, pre, li {
font-family: "notomono", monospace;
font-size: 1.5rem;
font-weight: normal;
font-style: normal;
}
p, li {
font-size: 1.5rem;
}
pre {
line-height: 0.8;