-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
I am currently trying to get rid of google fonts, and I observed that elementor always loads the google font Robotor via
<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=4.9.5' type='text/css' media='all' />
This also happens, if the page is empty, but is edited with elementor. On non elementor pages, this does not happen.
Any ideas on why this is the case and on how to disable this?