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

20 lines
376 B
SCSS
Raw Normal View History

@charset "UTF-8";
2019-08-11 17:26:32 +02:00
//@font-face {
// font-family: "Proza-libre";
// src: url("ProzaLibre-Regular.ttf") format("ttf"); // TODO find the correct path
//}
2019-08-10 16:20:59 +02:00
body {
2019-08-11 17:26:32 +02:00
font-family: "Proza-libre", "PT Sans", "DejaVu Sans Light", "Arial", "DejaVu Sans Mono";
font-size: 1.4rem;
2019-08-10 16:20:59 +02:00
}
h1,
h2,
h3,
h4,
h5,
h6 {
2019-08-11 17:26:32 +02:00
font-family: "Proza-libre", "Brie Light", "Arial", "DejaVu Sans Mono";
2019-08-10 16:20:59 +02:00
}