Changing font face of comments

is it possible to have different font faces for nodes and comments (notes), how?

Hi, sorry for the delay. We’ve added the syntax for the separate font-face for the notes here:

https://checkvist.com/checklists/486715/tasks/67281716

.commentText.userContent {
  font-family: 'Roboto Condensed', sans-serif;
}

Hope this helps,
KIR