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.

remove external reference to google font css

See original GitHub issue

Hello Godofbrowser,

first of all thanks for a great vue package, I find it very useful.

One future request to get rid of a minor annoyance. Is there any chance to remove google fonts api import in the javascript?

"@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);"

If I use vuejs-dialog bundled in my project’s single app.js, and try to export a page of such project into .pdf using wkhtmltopdf for example the export fails without a connection to the internet, as wkhtmltopdf is not able to fetch the data from googleapis.com.

Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
Godofbrowsercommented, Mar 5, 2018

External fonts removed @slano @marekfilip . Plugin will inherit the document’s font.

0reactions
Godofbrowsercommented, Mar 6, 2018

You’re welcome.

On Mar 6, 2018 8:07 PM, “Filip Marek” notifications@github.com wrote:

@Godofbrowser https://github.com/godofbrowser thanks for really fast feature! That fixed my problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Godofbrowser/vuejs-dialog/issues/20#issuecomment-370892285, or mute the thread https://github.com/notifications/unsubscribe-auth/ATZTjz5V3Bf9XBQ-nmCtLULOBQm_IWJMks5tbt5dgaJpZM4STOfM .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove EJ2 CSS File External Google Font - Syncfusion
The materials.css file includes an external link to a Google font. Is there any way to disable this please? Our customers do not...
Read more >
External CSS + Google font - html - Stack Overflow
The problem is that the second link tag(the one containing main.css) has the wrong address to main.css. Try putting main.css in the same ......
Read more >
How to Remove Google Fonts from WordPress (for GDPR ...
Navigate to your wp-admin area · Hover the 'Divi' tab · Click the 'Theme Options' link · Change the 'Use Google Fonts' toggle...
Read more >
How to use @font-face in CSS
The @font-face rule allows custom fonts to be loaded on a webpage. Once added to a stylesheet, the rule instructs the browser to...
Read more >
Remove Google Fonts with functions - Support - Themeco
Hi Themeco, How do i remove all external calls of Google Fonts? I tried this without results: add_action('init','no_google_fonts', 999999); ...
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