[PR #668] [MERGED] Fix remove external google font server dependency #1375

Closed
opened 2026-05-07 01:01:49 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/668
Author: @binwiederhier
Created: 3/13/2023
Status: Merged
Merged: 3/13/2023
Merged by: @binwiederhier

Base: mainHead: fix-remove-external-google-font-server-dependency


📝 Commits (5)

  • 13a9017 Swapped Google-hosted fonts for local files
  • b1916b5 Built mkdocs plugin, set font to desired options
  • d7b7bea Roboto fonts: Drop support for older browsers
  • 6d672a7 Strip fonts
  • 8de26a7 Changelog

📊 Changes

16 files changed (+72 additions, -8 deletions)

View changed files

docs/hooks.py (+6 -0)
📝 docs/releases.md (+1 -0)
📝 docs/static/css/extra.css (+56 -0)
docs/static/fonts/roboto-mono-v22-latin-regular.woff2 (+0 -0)
docs/static/fonts/roboto-v30-latin-300.woff2 (+0 -0)
docs/static/fonts/roboto-v30-latin-500.woff2 (+0 -0)
docs/static/fonts/roboto-v30-latin-700.woff2 (+0 -0)
docs/static/fonts/roboto-v30-latin-italic.woff2 (+0 -0)
docs/static/fonts/roboto-v30-latin-regular.woff2 (+0 -0)
📝 mkdocs.yml (+4 -0)
📝 requirements.txt (+1 -0)
📝 web/public/static/css/fonts.css (+4 -8)
web/public/static/fonts/roboto-v29-latin-300.woff (+0 -0)
web/public/static/fonts/roboto-v29-latin-500.woff (+0 -0)
web/public/static/fonts/roboto-v29-latin-700.woff (+0 -0)
web/public/static/fonts/roboto-v29-latin-regular.woff (+0 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/668 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 3/13/2023 **Status:** ✅ Merged **Merged:** 3/13/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `fix-remove-external-google-font-server-dependency` --- ### 📝 Commits (5) - [`13a9017`](https://github.com/binwiederhier/ntfy/commit/13a90172c2ac22b251ce2f97dbbcdc31c92a5aad) Swapped Google-hosted fonts for local files - [`b1916b5`](https://github.com/binwiederhier/ntfy/commit/b1916b5066b946a0e0d03701f7dfc4294941684f) Built mkdocs plugin, set font to desired options - [`d7b7bea`](https://github.com/binwiederhier/ntfy/commit/d7b7bea7017f78413915ab3f62037466cd768ba5) Roboto fonts: Drop support for older browsers - [`6d672a7`](https://github.com/binwiederhier/ntfy/commit/6d672a7a715913ac4fc5271750377d6c56aa1cb4) Strip fonts - [`8de26a7`](https://github.com/binwiederhier/ntfy/commit/8de26a7fdf78643669e9e509ce6c66c349783c65) Changelog ### 📊 Changes **16 files changed** (+72 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `docs/hooks.py` (+6 -0) 📝 `docs/releases.md` (+1 -0) 📝 `docs/static/css/extra.css` (+56 -0) ➕ `docs/static/fonts/roboto-mono-v22-latin-regular.woff2` (+0 -0) ➕ `docs/static/fonts/roboto-v30-latin-300.woff2` (+0 -0) ➕ `docs/static/fonts/roboto-v30-latin-500.woff2` (+0 -0) ➕ `docs/static/fonts/roboto-v30-latin-700.woff2` (+0 -0) ➕ `docs/static/fonts/roboto-v30-latin-italic.woff2` (+0 -0) ➕ `docs/static/fonts/roboto-v30-latin-regular.woff2` (+0 -0) 📝 `mkdocs.yml` (+4 -0) 📝 `requirements.txt` (+1 -0) 📝 `web/public/static/css/fonts.css` (+4 -8) ➖ `web/public/static/fonts/roboto-v29-latin-300.woff` (+0 -0) ➖ `web/public/static/fonts/roboto-v29-latin-500.woff` (+0 -0) ➖ `web/public/static/fonts/roboto-v29-latin-700.woff` (+0 -0) ➖ `web/public/static/fonts/roboto-v29-latin-regular.woff` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:49 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1375
No description provided.