Skip to content

krisnova/brand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Kris Nóva Brand

Fonts

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.

Using in HTML

  <link rel="stylesheet" href="https://raw.githubusercontent.com/kris-nova/brand/main/nova.css" />

Colors

Color Hex
gray-blue #6f88a2
lite-blue #96c3f1
green #619d87
black #000000
darker-gray #1A1616
dark-gray #222222
lite-gray #666666

Color CSS

/* 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;
}

About

Official Kris Nóva Brand and Branding Guidelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages