diff --git a/SponsorBlocker144px.png b/SponsorBlocker144px.png deleted file mode 100644 index 5305dd8d..00000000 Binary files a/SponsorBlocker144px.png and /dev/null differ diff --git a/Source+Sans+Pro.css b/libs/Source+Sans+Pro.css similarity index 100% rename from Source+Sans+Pro.css rename to libs/Source+Sans+Pro.css diff --git a/manifest.json b/manifest.json index 80be65d4..736cca75 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ ], "css": [ "content.css", - "Source+Sans+Pro.css" + "./libs/Source+Sans+Pro.css" ] } ], diff --git a/popup.css b/popup.css index 9d96b3c5..2628e98a 100644 --- a/popup.css +++ b/popup.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap'); - * { font-family: 'Source Sans Pro', sans-serif; } diff --git a/popup.html b/popup.html index 54dbeb96..b5aeba62 100644 --- a/popup.html +++ b/popup.html @@ -1,6 +1,7 @@ Set Page Color Popup +