funky-framadate-front/src/assets/scss/atoms/_fonts.scss

20 lines
376 B
SCSS

@charset "UTF-8";
//@font-face {
// font-family: "Proza-libre";
// src: url("ProzaLibre-Regular.ttf") format("ttf"); // TODO find the correct path
//}
body {
font-family: "Proza-libre", "PT Sans", "DejaVu Sans Light", "Arial", "DejaVu Sans Mono";
font-size: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Proza-libre", "Brie Light", "Arial", "DejaVu Sans Mono";
}