Include Inter font with package to remove unnecessary external dependency
See original GitHub issueDescription
The current theme uses the Inter font, which it loads from https://rsms.me/inter/inter.css
. This is an unnecessary external website being loaded, offering the ability for tracking or other potential security issues to take place. The font could and should instead be included from within the Overseerr package, just like any of the other assets in use.
Desired Behavior
Include the Inter font within Overseerr builds so that it’s not loaded from an external website.
Additional Context
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Managing dependencies - The Go Programming Language
When your code uses external packages, those packages (distributed as modules) become dependencies. Over time, you may need to upgrade them or replace...
Read more >Loading Fonts with webpack - Chris Courses
The first thing we have to do is install an external webpack loader called file-loader. File-loader will allow us to import file-based assets ......
Read more >How to Remove Unused Dependencies in React - Pluralsight
React focuses on using external dependencies for development. These dependencies are reusable react components imported as npm packages.
Read more >Go | GoLand Documentation - JetBrains
The version of each Go Module is shown in a dimmed font color to help ... You can fetch missed dependencies and remove...
Read more >Merge request dependencies - GitLab Docs
Ensure changes to a required library are merged before changes to a project that imports the library. · You must have at least...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This does add another 5MB to our bundle though 😕
Next.js bumped to 11.0.1 in 25b5c6ebb5fff6299e80de08c2edcca548348c9a