diff options
| -rw-r--r-- | web/input/resources/plugins.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css index c33d8c8..d29e101 100644 --- a/web/input/resources/plugins.css +++ b/web/input/resources/plugins.css | |||
| @@ -8,9 +8,11 @@ | |||
| 8 | * breadcrumb navigation and the footer. | 8 | * breadcrumb navigation and the footer. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | @import url("https://fonts.googleapis.com/css?family=Bitter"); | 11 | /* |
| 12 | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro"); | 12 | * @import url("https://fonts.googleapis.com/css?family=Bitter"); |
| 13 | @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); | 13 | * @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro"); |
| 14 | * @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); | ||
| 15 | */ | ||
| 14 | 16 | ||
| 15 | body { | 17 | body { |
| 16 | font-family: "Source Sans Pro", sans-serif; | 18 | font-family: "Source Sans Pro", sans-serif; |
