The preferred font is the terminus font. I use this font for my terminal, my websites, and for publishing my books.
My seconday font is the white rabbit font. I use this font for my presentations, my IDE, and misc other use cases.
<link rel="stylesheet" href="https://raw.githubusercontent.com/kris-nova/brand/main/nova.css" />
Color | Hex |
---|---|
gray-blue | #6f88a2 |
lite-blue | #96c3f1 |
green | #619d87 |
black | #000000 |
darker-gray | #1A1616 |
dark-gray | #222222 |
lite-gray | #666666 |
/* Nóva Colors */
.gray-blue {
color: #6f88a2;
}
.lite-blue {
color: #96c3f1;
}
.green {
color: #619d87;
}
.black {
color: #000000;
}
.darker-gray {
color: #1A1616;
}
.dark-gray {
color: #222222;
}
.lite-gray {
color: #666666;
}