Use ten-mincho
This commit is contained in:
parent
1fb5aa3f11
commit
84e4311b88
20
Gemfile.lock
20
Gemfile.lock
@ -22,7 +22,7 @@ GEM
|
||||
ffi (1.9.18)
|
||||
forwardable-extended (2.6.0)
|
||||
gemoji (3.0.0)
|
||||
github-pages (168)
|
||||
github-pages (170)
|
||||
activesupport (= 4.2.9)
|
||||
github-pages-health-check (= 1.3.5)
|
||||
jekyll (= 3.6.2)
|
||||
@ -33,11 +33,11 @@ GEM
|
||||
jekyll-gist (= 1.4.1)
|
||||
jekyll-github-metadata (= 2.9.3)
|
||||
jekyll-mentions (= 1.2.0)
|
||||
jekyll-optional-front-matter (= 0.2.0)
|
||||
jekyll-optional-front-matter (= 0.3.0)
|
||||
jekyll-paginate (= 1.1.0)
|
||||
jekyll-readme-index (= 0.1.0)
|
||||
jekyll-readme-index (= 0.2.0)
|
||||
jekyll-redirect-from (= 0.12.1)
|
||||
jekyll-relative-links (= 0.5.1)
|
||||
jekyll-relative-links (= 0.5.2)
|
||||
jekyll-sass-converter (= 1.5.0)
|
||||
jekyll-seo-tag (= 2.3.0)
|
||||
jekyll-sitemap (= 1.1.1)
|
||||
@ -55,7 +55,7 @@ GEM
|
||||
jekyll-theme-slate (= 0.1.0)
|
||||
jekyll-theme-tactile (= 0.1.0)
|
||||
jekyll-theme-time-machine (= 0.1.0)
|
||||
jekyll-titles-from-headings (= 0.4.0)
|
||||
jekyll-titles-from-headings (= 0.5.0)
|
||||
jemoji (= 0.8.1)
|
||||
kramdown (= 1.14.0)
|
||||
liquid (= 4.0.0)
|
||||
@ -104,14 +104,14 @@ GEM
|
||||
activesupport (~> 4.0)
|
||||
html-pipeline (~> 2.3)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-optional-front-matter (0.2.0)
|
||||
jekyll-optional-front-matter (0.3.0)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-paginate (1.1.0)
|
||||
jekyll-readme-index (0.1.0)
|
||||
jekyll-readme-index (0.2.0)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-redirect-from (0.12.1)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-relative-links (0.5.1)
|
||||
jekyll-relative-links (0.5.2)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-sass-converter (1.5.0)
|
||||
sass (~> 3.4)
|
||||
@ -160,7 +160,7 @@ GEM
|
||||
jekyll-theme-time-machine (0.1.0)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-titles-from-headings (0.4.0)
|
||||
jekyll-titles-from-headings (0.5.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-watch (1.5.0)
|
||||
listen (~> 3.0, < 3.1)
|
||||
@ -217,4 +217,4 @@ DEPENDENCIES
|
||||
github-pages
|
||||
|
||||
BUNDLED WITH
|
||||
1.15.4
|
||||
1.16.0
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
|
||||
<link rel='shortcut icon' href='{{ site.baseurl }}/images/favicon.ico'/>
|
||||
<link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico"/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicon-16x16.png" sizes="16x16">
|
||||
@ -12,21 +12,21 @@
|
||||
{% seo %}
|
||||
{% feed_meta %}
|
||||
|
||||
<!-- Normalize.js -->
|
||||
<!-- Normalize -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" />
|
||||
|
||||
<!-- Highlight.js -->
|
||||
<!-- Syntax Highlight -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
|
||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
|
||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/go.min.js"></script>
|
||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/scss.min.js"></script>
|
||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/lua.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener('load', function(){
|
||||
hljs.initHighlightingOnLoad()
|
||||
})
|
||||
</script>
|
||||
|
||||
<link rel='stylesheet' href='/css/index.css'>
|
||||
|
||||
<!-- MathJax -->
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
@ -46,4 +46,17 @@
|
||||
<!-- Share -->
|
||||
<script defer src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8" id="facebook-jssdk"></script>
|
||||
<script defer src="https://platform.twitter.com/widgets.js" id="twitter-wjs"></script>
|
||||
|
||||
<!-- Font -->
|
||||
<script async src="https://use.typekit.net/rdk3qsb.js"></script>
|
||||
<script>
|
||||
window.addEventListener('load', function(){
|
||||
try {
|
||||
Typekit.load({ async: true });
|
||||
} catch(e){}
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/index.css">
|
||||
</head>
|
||||
|
@ -47,7 +47,6 @@ a.article-list__item__button {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.article {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
@ -93,10 +92,10 @@ a.article-list__item__button {
|
||||
.article__content {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-feature-settings: "kern";
|
||||
-webkit-font-feature-settings: "kern";
|
||||
-moz-font-feature-settings: "kern";
|
||||
-moz-font-feature-settings: "kern=1";
|
||||
font-feature-settings: 'kern';
|
||||
-webkit-font-feature-settings: 'kern';
|
||||
-moz-font-feature-settings: 'kern';
|
||||
-moz-font-feature-settings: 'kern=1';
|
||||
|
||||
p {
|
||||
font-size: 20px;
|
||||
|
@ -10,7 +10,7 @@ body {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
font-family: 'PT Serif', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
|
||||
font-family: 'ten-mincho', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
|
||||
|
||||
@media screen and (max-width: $break-large) {
|
||||
width: auto;
|
||||
@ -131,4 +131,8 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
.header, .metro {
|
||||
font-family: "PT Serif", serif;
|
||||
}
|
||||
|
||||
@import 'post'
|
||||
|
Loading…
x
Reference in New Issue
Block a user