~gabrielgio/gabrielgio.me

5762448b0cd29bb95cf4e3f132d066fa65d75e2a — Gabriel Arakaki Giovanini 1 year, 6 months ago 886980c
fix: Chose a more generic fonts

Make sure it works on every device.
1 files changed, 4 insertions(+), 3 deletions(-)

M themes/flamingo/assets/scss/_fonts.scss
M themes/flamingo/assets/scss/_fonts.scss => themes/flamingo/assets/scss/_fonts.scss +4 -3
@@ 1,7 1,8 @@
body {
    margin: 0;
    font-family: 'DejaVu Sans';
    font-family: 'sans-serif';
}

h1, h2, h3, h4 {
    font-weight: 400;
}


@@ 12,9 13,9 @@ code[class*="language-"], nav, .blog-list {
}

tags {
    font-family: "DejaVu Sans Mono";
    font-family: "monospace";
}

.list-item {
    font-family: "DejaVu Sans Mono";
    font-family: "monospace";
}