diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:09:06 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:14:40 +0200 |
commit | 5675054809738d26aba6df006902e5e9b23848c4 (patch) | |
tree | 71f8ad9a7995670d34809d04100c834e6cc066af /xsl | |
parent | f9cda15d631a169e4a8b5e392bc7c99e1555ec75 (diff) | |
download | mutti-web-5675054809738d26aba6df006902e5e9b23848c4.tar.gz mutti-web-5675054809738d26aba6df006902e5e9b23848c4.tar.bz2 mutti-web-5675054809738d26aba6df006902e5e9b23848c4.zip |
Include Roboto downloaded from Google
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index b765006..535671b 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -17,7 +17,6 @@ </title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width" /> - <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic" /> <style><xsl:value-of select="$stylesheet"/></style> </head> <body> |