Mobile app version of vmapp.org
Login or Join
Shakeerah625

: Crisp Legible Font for Code Snippets I'm new to design, contrast and color concepts but I'm trying to get my programming code snippets to look crisp, clear and very legible, without hurting

@Shakeerah625

Posted in: #Color #Contrast #Typography

I'm new to design, contrast and color concepts but I'm trying to get my programming code snippets to look crisp, clear and very legible, without hurting the eyes. I'm looking for a font that is ideal for programming code snippets in a blog. I'm looking for a free web safe font.

The background color of my page is almost white (#eee) and the code snippets will be wrapped in a container with the following CSS details

<div class="code-snippets">

</div>


.code-snippets {
background-color:#070707;
color: eee;
padding: 20px;
/* font-family: ??? */
}


Any assistance will be greatly appreciated. Thanks in advance

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah625

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme