Hopefully fix non-rendering icons on mobile

This commit is contained in:
2025-11-27 17:02:15 +01:00
parent 0e4910137d
commit 17d6399458
56 changed files with 1532 additions and 1168 deletions

View File

@@ -753,7 +753,7 @@ document.addEventListener('DOMContentLoaded', enableFootnotes);
--font-size: 1.2rem;
--line-height: 1.6rem;
--font-family: "Source Serif Pro";
--font-family: "Source Serif Pro", "Noto Sans Symbols 2";
--scale: 2;
}
@@ -1134,3 +1134,10 @@ div.center figcaption {
.TODO { color: var(--red3); }
.DONE { color: var(--green3); }
#+END_SRC
*** No unstyled content :autocollapse:
#+BEGIN_SRC css :tangle ../html/static/style.css
html {
visibility: visible;
opacity: 1;
}
#+END_SRC