summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes "Brolaugh" Kindströmmer <me@brolaugh.com>2016-03-16 22:37:03 +0100
committerHannes "Brolaugh" Kindströmmer <me@brolaugh.com>2016-03-16 22:37:03 +0100
commitcc1703731dcef07aaec8dba09991d405a5b42ff8 (patch)
tree3894f90f8946e56593b3997ec0224731345db9ef
parentd129ce2a946dc85a1b05f274c074a121b1190970 (diff)
downloadtasklist-php-cc1703731dcef07aaec8dba09991d405a5b42ff8.zip
tasklist-php-cc1703731dcef07aaec8dba09991d405a5b42ff8.tar.gz
tasklist-php-cc1703731dcef07aaec8dba09991d405a5b42ff8.tar.bz2
Added links in head for material design icons
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 8c14435..5fc795a 100644
--- a/index.php
+++ b/index.php
@@ -12,6 +12,8 @@ include_once("Helper.php");
<!DOCTYPE html>
<html>
<head>
+ <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700">
+ <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/bootstrap.min.css" charset="utf-8">
<link rel="stylesheet" href="css/bootstrap-material-design.min.css" charset="utf-8">
<link rel="stylesheet" href="css/ripples.min.css" charset="utf-8">