Bug font-size new release 0.13.30

My font-size in titles does not work

In this new version 0.13.30 for Obsidian I do not know the reason why my titles has always the propierty font-size: inherit. It is always, I can’t delete or overwrite it because when I close and open Obisidan the problem reappear. It is only in the editor preview, but it is very frustating.

See this announcement.

For anyone else stumbling upon this problem, here’s the quick solution:

Old:

.cm-header-1 {
  font-size: 1.5em;
}

New:

:root {
  --h1: 1.5em;
}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.