diff --git a/control/abuse/style.css b/control/abuse/style.css index 3d02b42..6ade492 100644 --- a/control/abuse/style.css +++ b/control/abuse/style.css @@ -1,3 +1,7 @@ +*:not(i):not(.material-icons):not(.mdc-icon):not(.mdc-button__icon):not(.mdc-icon-button__icon):not(.icon) { + font-family: 'Inter_Regular', 'Helvetica', 'Sans-Serif', 'Arial' !important +} + .container { margin: 1rem 0; } diff --git a/control/content/style.css b/control/content/style.css index c5199a4..828b478 100644 --- a/control/content/style.css +++ b/control/content/style.css @@ -1,3 +1,6 @@ +*:not(i):not(.material-icons):not(.mdc-icon):not(.mdc-button__icon):not(.mdc-icon-button__icon):not(.icon) { + font-family: 'Inter_Regular', 'Helvetica', 'Sans-Serif', 'Arial' !important +} .container { margin: 1rem 0; @@ -38,4 +41,4 @@ ul { } .text-helper { color: #888888; -} \ No newline at end of file +} diff --git a/plugin.json b/plugin.json index ea5f237..98beff4 100755 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "author": "BuildFire", + "author": "Buildfire", "pluginName": "Dynamic List", "pluginDescription": "Customizable, data-driven lists for all needs.", "supportEmail": "support@buildfire.com", diff --git a/resources/icon.png b/resources/icon.png old mode 100755 new mode 100644 index 8b00e18..14a3226 Binary files a/resources/icon.png and b/resources/icon.png differ