remove external reference to google font css
See original GitHub issueHello 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:
- Created 6 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top 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 >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
External fonts removed @slano @marekfilip . Plugin will inherit the document’s font.
You’re welcome.
On Mar 6, 2018 8:07 PM, “Filip Marek” notifications@github.com wrote: