I am not sure how to remove just this specific font,
but to start with, i can share with you how to remove all Google Fonts, i hope it helps.
-
The developers will be working to implement an option to give the ability to users,
to implement a hook ( with instructions on how to do it) that can completely disable all Google Web Fonts.
I can't say an exact ETA when they will finish it, but hopefully in one of the next updates.
You could follow this ChangeLog page, here the developers state every change/new feature/fix on every update, and when you see the option added for disabling Google Fonts, during that Update it will be added.
-
For the time being, here is a workaround for how you can disable them :
On the right side, these are all the locations of the CSS files ( there are 11 of them), inside our plugin folder, on your WordPress plugins folder.
I will show you how to find the first one, and I believe you should have no trouble finding the rest, but If you need additional help, please let me know.
- You will have to search for these files in the wpDataTable folders.
- This first file admin.css is located in ../plugins/wpdatatables/assets/css/admin/admin.css
Open it with any text/code editor, you can press CTRL+F and find the line that starts with " @import url "
WpDataTables load unused font "inter":
https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap
In DevTools referer: https://...../wp-content/plugins/wpdatatables/assets/css/bootstrap/wpdatatables-bootstrap.min.css?ver=5.1
How to remove it frоm wordpress site?
Hi, Andrey
I am not sure how to remove just this specific font,
but to start with, i can share with you how to remove all Google Fonts, i hope it helps.
-
The developers will be working to implement an option to give the ability to users,
to implement a hook ( with instructions on how to do it) that can completely disable all Google Web Fonts.
I can't say an exact ETA when they will finish it, but hopefully in one of the next updates.
You could follow this ChangeLog page, here the developers state every change/new feature/fix on every update, and when you see the option added for disabling Google Fonts, during that Update it will be added.
-
For the time being, here is a workaround for how you can disable them :
On the right side, these are all the locations of the CSS files ( there are 11 of them), inside our plugin folder, on your WordPress plugins folder.
I will show you how to find the first one, and I believe you should have no trouble finding the rest, but If you need additional help, please let me know.
- You will have to search for these files in the wpDataTable folders.
- This first file admin.css is located in ../plugins/wpdatatables/assets/css/admin/admin.css
Open it with any text/code editor, you can press CTRL+F and find the line that starts with " @import url "
in this file the first line says
you can either delete that line or comment it so it becomes inactive, and it will disable the google fonts.
-
Important to note: During updates, this will be overridden, so if you update the plugin, and If the devs still didnt' implement this,
you would have to do this again.
Sorry for the inconvenience.
For the time being, we have to do it manually like that, until the developers implement the easier option.
They will work as quick as they can, but as i said, i can't guarantee a deadline for it.
Let me know how it goes and if that helped?
Thank you
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks a lot, I'll try that
Hi,Andrey
You're welcome.
We will be here, let us know if you encounter any issues.
Thank you
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables