Removed extra file and moved font css file

This commit is contained in:
Ajay Ramachandran
2019-07-11 16:19:28 -04:00
parent 370a1d1fb2
commit eb876940b2
5 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -13,7 +13,7 @@
],
"css": [
"content.css",
"Source+Sans+Pro.css"
"./libs/Source+Sans+Pro.css"
]
}
],

View File

@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
* {
font-family: 'Source Sans Pro', sans-serif;
}

View File

@@ -1,6 +1,7 @@
<html>
<head>
<title>Set Page Color Popup</title>
<link rel="stylesheet" type="text/css" href="/libs/Source+Sans+Pro.css"/>
<link rel="stylesheet" type="text/css" href="popup.css"/>
</head>