question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Include Inter font with package to remove unnecessary external dependency

See original GitHub issue

Description

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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sctcommented, Apr 16, 2021

We could probably use this NPM package: https://www.npmjs.com/package/@fontsource/inter

This does add another 5MB to our bundle though 😕

0reactions
TheCatLadycommented, Jun 23, 2021

Next.js bumped to 11.0.1 in 25b5c6ebb5fff6299e80de08c2edcca548348c9a

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found