Frontmatter
| id | 9099 |
| title | Fix: Add missing Google Fonts to DevRank index.html |
| state | Closed |
| labels | bugdocumentationai |
| assignees | tobiu |
| createdAt | Feb 11, 2026, 10:53 AM |
| updatedAt | Feb 11, 2026, 11:04 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9099 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 11, 2026, 11:02 AM |
Fix: Add missing Google Fonts to DevRank index.html
tobiu added parent issue #8930 on Feb 11, 2026, 10:56 AM

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, andSource Serif 4to 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
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:
apps/devrank/index.htmlto include the Google Fonts link for "Source Sans 3", "Source Code Pro", and "Source Serif 4".