Font too bold on web interface

  • Unknown's avatar

    I am using DayOne via web interface in Chrome on Linux. I see that, according to the styles, the default font is Inter, which I have and which displays correctly on other pages. However, on DayOne, the font in all places looks like its weight was set to bold. The culprit seems to be this rule:

    @font-face {
    font-family: Inter;
    font-weight: 100 900;
    src: local(Inter), url(/assets/fonts/Inter-VariableFont_slnt,wght.ttf) format(“truetype”);
    }

    What can I do to change the font appearance? Since literally everything on the DayOne web interface appears bold, it is quite unpleasant to work with it.

    Thanks a lot in advance.

Reply to Font too bold on web interface