diff --git a/fonts.css b/fonts.css new file mode 100644 index 0000000..f09061e --- /dev/null +++ b/fonts.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Lora'; + font-style: normal; + font-weight: 400; + src: local('Lora'), local('Lora-Regular'), url('fonts/lora.woff2') format('woff2'); +} +@font-face { + font-family: 'Lora'; + font-style: normal; + font-weight: 700; + src: local('Lora Bold'), local('Lora-Bold'), url('fonts/lora-700.woff2') format('woff2'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans'), local('OpenSans'), url('fonts/open-sans.woff2') format('woff2'); +} diff --git a/fonts/lora-700.woff2 b/fonts/lora-700.woff2 new file mode 100644 index 0000000..2eacde2 Binary files /dev/null and b/fonts/lora-700.woff2 differ diff --git a/fonts/lora.woff2 b/fonts/lora.woff2 new file mode 100644 index 0000000..a3ef64d Binary files /dev/null and b/fonts/lora.woff2 differ diff --git a/fonts/open-sans.woff2 b/fonts/open-sans.woff2 new file mode 100644 index 0000000..5287058 Binary files /dev/null and b/fonts/open-sans.woff2 differ diff --git a/manifest.json b/manifest.json index 9c4c5b6..31a234b 100644 --- a/manifest.json +++ b/manifest.json @@ -28,8 +28,7 @@ "activeTab", "contextMenus", "webRequest", - "*://*.write.as/", - "https://fonts.googleapis.com/" + "*://*.write.as/" ], "externally_connectable": { "matches": ["*://*.write.as/*"] diff --git a/popup.html b/popup.html index 994e62b..73f494e 100644 --- a/popup.html +++ b/popup.html @@ -99,8 +99,7 @@ - - +