Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-01 11:52:12 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-01 11:52:12 (GMT)
commit16bb562371b6fd085d4225ef551c055a25dd763a (patch)
tree1b74c004159ad8bd4f715449f4900ae46edc497c
parentf0c20584e7299c11e6eebad3d8388c4618863e94 (diff)
Include Droid Sans
-rw-r--r--README.html3
-rwxr-xr-xmarkdown3
2 files changed, 6 insertions, 0 deletions
diff --git a/README.html b/README.html
index 561f69a..5b9672f 100644
--- a/README.html
+++ b/README.html
@@ -5,6 +5,9 @@
<link href="http://fonts.googleapis.com/css?family=Droid+Serif"
rel="stylesheet"
type="text/css"/>
+ <link href="http://fonts.googleapis.com/css?family=Droid+Sans"
+ rel="stylesheet"
+ type="text/css"/>
<link href="markdown.css" rel="stylesheet"></link>
</head>
<body>
diff --git a/markdown b/markdown
index c79afd3..3afb7b8 100755
--- a/markdown
+++ b/markdown
@@ -17,6 +17,9 @@ output = """
<link href="http://fonts.googleapis.com/css?family=Droid+Serif"
rel="stylesheet"
type="text/css"/>
+ <link href="http://fonts.googleapis.com/css?family=Droid+Sans"
+ rel="stylesheet"
+ type="text/css"/>
<link href="markdown.css" rel="stylesheet"></link>
</head>
<body>