Hello,
Thanks to @Ralf we’ve started testing a possibility to use custom CSS fonts in the lists. Right now it was added on https://beta.checkvist.com
A sample CSS looks like this:
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
.list-h1, .userContent {
font-family: 'Roboto Condensed', sans-serif;
}
If you find it interesting, please try it out and share your thoughts.
Cheers!