hpe-fonts-path references 'amazonaws.com' despite fonts being available locally.
See original GitHub issueExpected Behavior
Within Grommet the Metric font is provided in grommet/src/scss/hpe/font
. Fonts should therefore be bundled with the distribution.
Actual Behavior
The line within grommet/src/scss/hpe/_hpe.defaults.scss
sets a url to a location on amazonaws.com as below:
$hpe-fonts-path: "https://hpefonts.s3.amazonaws.com/web" !default;
In our environment, this causes web proxy authentication dialog to be displayed by the browser to enable download of the font from the remote site which is undesirable/unexpected behavior for the user.
Your Environment
- Grommet version: 0.6.10
- Browser Name and version: Chrome 52.0.2743.116 m (64-bit)
- Operating System and version (desktop or mobile): Windows 7 desktop.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Permissions-Policy: local-fonts - HTTP - MDN Web Docs
The HTTP Permissions-Policy header local-fonts directive controls whether the current document is allowed to gather data on the user's ...
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
let me try it locally and see if I can reproduce this.
I’m closing this for now. Please feel free to reopen if you still believe this is something to fix