mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Remove dependency on fonts.googleapis.com #568
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#568
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?
Originally created by @alexislefebvre on GitHub (Dec 10, 2020).
When I use PhotoPrism, a request is sent to https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700
I think that it would be better to not rely on a service owned by Google for these fonts.
@lastzero commented on GitHub (Dec 10, 2020):
Interesting... probably included by Vuetify from their CDN for performance reasons...
@alexislefebvre commented on GitHub (Dec 10, 2020):
I didn't found googleapis in the code. So it must be added by a dependency.
And I don't see this request on the demo, I don't understand why I only have when using my dockerized PhotoPrism.
@lastzero commented on GitHub (Dec 10, 2020):
Would you be able to do a little research to figure out where it's included and how we can change this? Maybe the maps use it?
@alexislefebvre commented on GitHub (Dec 10, 2020):
I can't reproduce it, it looks like it was caused by Firefox cache and the fact I had a simple HTML file (with Bootstrap) with a link to PhotoPrism in it. Sorry for the inconvenience.