Browse Source

Try typekit

gh-pages
othree 10 years ago
parent
commit
250f159024
  1. 6
      footer.html
  2. 4
      header.html
  3. 10
      index.html
  4. 4
      resources.html

6
footer.html

@ -36,7 +36,9 @@
})(); })();
</script> </script>
<script src="/js/jquery-2.0.3.min.js"></script> <!-- <script src="/js/jquery-2.0.3.min.js"></script> -->
<script src="js/han.js"></script> <!-- <script src="js/han.js"></script> -->
<script src="//use.typekit.net/gib3xul.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</body> </body>
</html> </html>

4
header.html

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Markdown 語法說明</title> <title>Markdown 語法說明</title>
<link rel="stylesheet" media="all" href="stylesheets/han.css"> <!-- <link rel="stylesheet" media="all" href="stylesheets/han.css"> -->
<link rel="stylesheet" media="all" href="stylesheets/main.css"> <link rel="stylesheet" media="all" href="stylesheets/main.css">
<meta property="og:title" content="Markdown 語法說明" /> <meta property="og:title" content="Markdown 語法說明" />
<meta property="og:url" content="http://markdown.tw/" /> <meta property="og:url" content="http://markdown.tw/" />
@ -13,7 +13,7 @@
<meta property="og:image:width" content="208" /> <meta property="og:image:width" content="208" />
<meta property="og:image:height" content="128" /> <meta property="og:image:height" content="128" />
</head> </head>
<body> <body class="tk-source-han-sans-traditional">
<nav> <nav>
<a href="/">文件</a> <a href="/">文件</a>
<a href="/resources.html">資源</a> <a href="/resources.html">資源</a>

10
index.html

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Markdown 語法說明</title> <title>Markdown 語法說明</title>
<link rel="stylesheet" media="all" href="stylesheets/han.css"> <!-- <link rel="stylesheet" media="all" href="stylesheets/han.css"> -->
<link rel="stylesheet" media="all" href="stylesheets/main.css"> <link rel="stylesheet" media="all" href="stylesheets/main.css">
<meta property="og:title" content="Markdown 語法說明" /> <meta property="og:title" content="Markdown 語法說明" />
<meta property="og:url" content="http://markdown.tw/" /> <meta property="og:url" content="http://markdown.tw/" />
@ -13,7 +13,7 @@
<meta property="og:image:width" content="208" /> <meta property="og:image:width" content="208" />
<meta property="og:image:height" content="128" /> <meta property="og:image:height" content="128" />
</head> </head>
<body> <body class="tk-source-han-sans-traditional">
<nav> <nav>
<a href="/">文件</a> <a href="/">文件</a>
<a href="/resources.html">資源</a> <a href="/resources.html">資源</a>
@ -841,7 +841,9 @@ _ 底線
})(); })();
</script> </script>
<script src="/js/jquery-2.0.3.min.js"></script> <!-- <script src="/js/jquery-2.0.3.min.js"></script> -->
<script src="js/han.js"></script> <!-- <script src="js/han.js"></script> -->
<script src="//use.typekit.net/gib3xul.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</body> </body>
</html> </html>

4
resources.html

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Markdown 語法說明</title> <title>Markdown 語法說明</title>
<link rel="stylesheet" media="all" href="stylesheets/han.css"> <!-- <link rel="stylesheet" media="all" href="stylesheets/han.css"> -->
<link rel="stylesheet" media="all" href="stylesheets/main.css"> <link rel="stylesheet" media="all" href="stylesheets/main.css">
<meta property="og:title" content="Markdown 語法說明" /> <meta property="og:title" content="Markdown 語法說明" />
<meta property="og:url" content="http://markdown.tw/" /> <meta property="og:url" content="http://markdown.tw/" />
@ -13,7 +13,7 @@
<meta property="og:image:width" content="208" /> <meta property="og:image:width" content="208" />
<meta property="og:image:height" content="128" /> <meta property="og:image:height" content="128" />
</head> </head>
<body> <body class="tk-source-han-sans-traditional">
<nav> <nav>
<a href="/">文件</a> <a href="/">文件</a>
<a href="/resources.html">資源</a> <a href="/resources.html">資源</a>

Loading…
Cancel
Save