LearnNewsExamplesServices
Frontmatter
id9099
titleFix: Add missing Google Fonts to DevRank index.html
stateClosed
labels
bugdocumentationai
assigneestobiu
createdAtFeb 11, 2026, 10:53 AM
updatedAtFeb 11, 2026, 11:04 AM
githubUrlhttps://github.com/neomjs/neo/issues/9099
authortobiu
commentsCount1
parentIssue8930
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 11, 2026, 11:02 AM

Fix: Add missing Google Fonts to DevRank index.html

Closed v12.0.0 bugdocumentationai
tobiu
tobiu commented on Feb 11, 2026, 10:53 AM

The DevRank application's "Learn" section uses the shared markdown viewer which relies on the "Source Sans 3" font family. However, this font is currently not loaded in apps/devrank/index.html, causing incorrect typography.

Tasks:

  1. Update apps/devrank/index.html to include the Google Fonts link for "Source Sans 3", "Source Code Pro", and "Source Serif 4".
  2. Include the Material Icons link as well, as it is a common dependency for framework components.
tobiu added the bug label on Feb 11, 2026, 10:53 AM
tobiu added the documentation label on Feb 11, 2026, 10:53 AM
tobiu added the ai label on Feb 11, 2026, 10:53 AM
tobiu added parent issue #8930 on Feb 11, 2026, 10:56 AM
tobiu referenced in commit 3b69ca2 - "fix: Add Source fonts to DevRank index.html (#9099)" on Feb 11, 2026, 11:02 AM
tobiu
tobiu Feb 11, 2026, 11:02 AM

Input from Gemini 3 Pro:

✦ I have added the missing Google Fonts to apps/devrank/index.html.

Changes:

  • Added Source Sans 3, Source Code Pro, and Source Serif 4 to support the correct typography for the documentation viewer.
  • Excluded Material Icons after verifying that neither the framework core nor the DevRank app uses them (we rely on FontAwesome).
tobiu closed this issue on Feb 11, 2026, 11:02 AM
tobiu assigned to @tobiu on Feb 11, 2026, 11:04 AM