add local google font cache

This commit is contained in:
Gen Liu
2015-01-24 13:52:01 +08:00
committed by Mohsen Azimi
parent cea4042f25
commit 7a85244d27
12 changed files with 842 additions and 0 deletions

View File

@@ -2,8 +2,10 @@
<html>
<head>
<title>Swagger UI</title>
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/typography.css' media='print' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='print' rel='stylesheet' type='text/css'/>
<script type="text/javascript" src="lib/shred.bundle.js"></script>