docs: lfx compatibility matrix and lfx serve updates (#13518)

* docs-add-existing-changes

* fix-combining-of-glyphs

* docs-lfx-compatibility

* peer-review
This commit is contained in:
Mendon Kissling
2026-06-08 14:26:12 -04:00
committed by GitHub
parent 2411d8036e
commit 4339011b6d
4 changed files with 247 additions and 23 deletions

View File

@ -1,3 +1,9 @@
/* Geist Mono (and other ligature-enabled fonts) merge ~= into one glyph in inline code */
code,
pre code {
font-variant-ligatures: none;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;