mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #667] [MERGED] Fix remove external google font server dependency #1374
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/667
Author: @ozskywalker
Created: 3/12/2023
Status: ✅ Merged
Merged: 3/13/2023
Merged by: @binwiederhier
Base:
main← Head:fix-remove-external-google-font-server-dependency📝 Commits (3)
13a9017Swapped Google-hosted fonts for local filesb1916b5Built mkdocs plugin, set font to desired optionsd7b7beaRoboto fonts: Drop support for older browsers📊 Changes
28 files changed (+86 additions, -0 deletions)
View changed files
➕
docs/hooks.py(+6 -0)📝
docs/static/css/extra.css(+75 -0)➕
docs/static/fonts/roboto-mono-v22-latin-700.woff(+0 -0)➕
docs/static/fonts/roboto-mono-v22-latin-700.woff2(+0 -0)➕
docs/static/fonts/roboto-mono-v22-latin-700italic.woff(+0 -0)➕
docs/static/fonts/roboto-mono-v22-latin-700italic.woff2(+0 -0)➕
docs/static/fonts/roboto-mono-v22-latin-italic.woff(+0 -0)➕
docs/static/fonts/roboto-mono-v22-latin-italic.woff2(+0 -0)➕
docs/static/fonts/roboto-mono-v22-latin-regular.woff(+0 -0)➕
docs/static/fonts/roboto-mono-v22-latin-regular.woff2(+0 -0)➕
docs/static/fonts/roboto-v30-latin-300.woff(+0 -0)➕
docs/static/fonts/roboto-v30-latin-300.woff2(+0 -0)➕
docs/static/fonts/roboto-v30-latin-300italic.woff(+0 -0)➕
docs/static/fonts/roboto-v30-latin-300italic.woff2(+0 -0)➕
docs/static/fonts/roboto-v30-latin-500.woff(+0 -0)➕
docs/static/fonts/roboto-v30-latin-500.woff2(+0 -0)➕
docs/static/fonts/roboto-v30-latin-500italic.woff(+0 -0)➕
docs/static/fonts/roboto-v30-latin-500italic.woff2(+0 -0)➕
docs/static/fonts/roboto-v30-latin-700.woff(+0 -0)➕
docs/static/fonts/roboto-v30-latin-700.woff2(+0 -0)...and 8 more files
📄 Description
For reference:
font: falsein mkdocs, it'll fall back on system fonts and stop loading remoteextra.cssthen is modified to recognize the new fonts (@font-face) AND override the default text/code font (--md-text-font/--md-code-font) to use our new fonts specified by@font-facedeclaration🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.