CSS code to use local font

Hi. I’ve recently moved to a Pro subscription and am trying to update the CSS code to use a font I’ve got installed on my PC called ‘Railway’. When I use the following code:

  • /* use */
  • body {
    • font-family: Railway;
  • }

it changes the font in the Dynalist Settings menu but not in Dynalist itself.
I’m not a CSS expert and cant see why only the Settings changes to the new font.
Any help much appreciated, thank you

Hi, this should work

.Node-children .Node-contentContainer {
    font-family: Railway;
}
3 Likes

Perfect - thank you :grinning:

1 Like