better corpus list display

This commit is contained in:
2020-06-02 12:05:56 +02:00
parent 5253db064f
commit 77032c7702
5 changed files with 103 additions and 17 deletions
+9 -2
View File
@@ -4,8 +4,15 @@
// @import '../fonts/notosans/notosans-condensed.css';
// @import '../fonts/notosans/notosans-extracondensed.css';
body{
@mixin fontsans {
font-family: "noto_sans";
}
@mixin fontserif {
font-family: 'libertinus_serif';
}
body{
@include fontserif;
font-weight: 400;
// font-family: 'noto_sans';
@@ -18,5 +25,5 @@ body{
#search,
footer[role="tools"] .row>header,
footer[role="tools"] .row>nav{
font-family: "noto_sans";
@include fontsans;
}