summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 07:50:15 -0500
committerTeddy Wing2013-11-10 07:50:15 -0500
commit36e4d71af85fb4944d74b6b878ae73731d5bc416 (patch)
treef6e54e25fd1ca0d8fd0f2dd3051144531675d4ef
parent5c8d7170a7bdb4f0149b7b1bf7c2183b0086d00f (diff)
downloadclip-play-36e4d71af85fb4944d74b6b878ae73731d5bc416.tar.bz2
Remove unused font stylesheets from includes
-rw-r--r--assets/css/application.css2
-rw-r--r--index.html3
2 files changed, 1 insertions, 4 deletions
diff --git a/assets/css/application.css b/assets/css/application.css
index b84723a..97e9662 100644
--- a/assets/css/application.css
+++ b/assets/css/application.css
@@ -11,7 +11,7 @@ body {
header {
- font-family: neoretrodrawregular, znikomitno24regular, seasideresortnfregular, itsadzokes01regular, sans-serif;
+ font-family: neoretrodrawregular, sans-serif;
font-size: 80px;
margin: 0.2em 0 0.4em;
}
diff --git a/index.html b/index.html
index 223e5fe..ad0d87b 100644
--- a/index.html
+++ b/index.html
@@ -10,10 +10,7 @@
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/reset.css" />
- <link rel="stylesheet" href="/assets/fonts/itsadokes.css" />
<link rel="stylesheet" href="/assets/fonts/neoretro-draw.css" />
- <link rel="stylesheet" href="/assets/fonts/seaside-resort.css" />
- <link rel="stylesheet" href="/assets/fonts/znikomitno.css" />
<link rel="stylesheet" href="/assets/css/application.css" />
<link rel="stylesheet" href="/assets/css/sample-editor.css" />
</head>