Compare commits

...

2 Commits

Author SHA1 Message Date
ed barz 4581a752f9 code style update 2023-01-09 15:54:32 +01:00
ed barz ea95ff1e0d mono font update 2023-01-09 15:53:55 +01:00
4 changed files with 22 additions and 2 deletions

View File

@ -19,6 +19,24 @@
font-weight: 800;
}
@font-face{
font-family: iosevka;
src: url("../fonts/iosevka-extended.ttf");
font-style: normal;
font-weight: normal;
}
@font-face{
font-family: CallingCode;
src: url("../fonts/CallingCode-Regular.ttf");
font-style: normal;
font-weight: normal;
}
pre code {
font-family: iosevka;
}
a {
text-decoration: none;
}

View File

@ -14,8 +14,10 @@ brz9 theme
--hlb9c-pink: #f17639;
}
code {
pre code {
padding: 20px;
background: var(--hlb9c-bg);
color: var(--hlb9c-fg);
font-size: 1rem;
font-weight: 400;
}

Binary file not shown.

Binary file not shown.