Skip to content

Instantly share code, notes, and snippets.

@CodeBlueDev
CodeBlueDev / anki.css
Created July 21, 2016 20:31 — forked from zabbarob/anki.css
Anki cards, CSS and HTML templates.
@font-face {
font-family: junicode;
src: url('_junicode.ttf');
}
.card, table {
font-family: Helvetica, sans-serif, junicode;
font-size: 20px;
text-align: center;
color: #d03030;
background-color: #fafaf5;