Compare commits
2 Commits
1a4e00ec24
...
4581a752f9
Author | SHA1 | Date |
---|---|---|
|
4581a752f9 | |
|
ea95ff1e0d |
|
@ -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;
|
||||
}
|
|
@ -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.
Loading…
Reference in New Issue