mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Merge pull request #125 from designbyjake/master
Swap Noto Serif to PT Serif
This commit is contained in:
		@@ -182,7 +182,7 @@ body {
 | 
				
			|||||||
    font-feature-settings: 'kern' 1;
 | 
					    font-feature-settings: 'kern' 1;
 | 
				
			||||||
    height: 100%;
 | 
					    height: 100%;
 | 
				
			||||||
    max-height: 100%;
 | 
					    max-height: 100%;
 | 
				
			||||||
    font-family: "Noto Serif", serif;
 | 
					    font-family: "PT Serif", serif;
 | 
				
			||||||
    font-size: 2.2rem;
 | 
					    font-size: 2.2rem;
 | 
				
			||||||
    line-height: 1.7em;
 | 
					    line-height: 1.7em;
 | 
				
			||||||
    color: #3A4145;
 | 
					    color: #3A4145;
 | 
				
			||||||
@@ -667,7 +667,7 @@ margin on the iframe, cause it breaks stuff. */
 | 
				
			|||||||
    font-size: 2.2rem;
 | 
					    font-size: 2.2rem;
 | 
				
			||||||
    line-height: 1.5em;
 | 
					    line-height: 1.5em;
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
    font-family: "Noto Serif", serif;
 | 
					    font-family: "PT Serif", serif;
 | 
				
			||||||
    letter-spacing: 0;
 | 
					    letter-spacing: 0;
 | 
				
			||||||
    color: rgba(255,255,255,0.8);
 | 
					    color: rgba(255,255,255,0.8);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1144,7 +1144,7 @@ body:not(.post-template) .post-title {
 | 
				
			|||||||
/* Location, website, and link */
 | 
					/* Location, website, and link */
 | 
				
			||||||
.author-profile .author-meta {
 | 
					.author-profile .author-meta {
 | 
				
			||||||
    margin: 2rem 0;
 | 
					    margin: 2rem 0;
 | 
				
			||||||
    font-family: "Noto Serif", serif;
 | 
					    font-family: "PT Serif", serif;
 | 
				
			||||||
    font-size: 1.7rem;
 | 
					    font-size: 1.7rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.author-meta span {
 | 
					.author-meta span {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    {{! Styles'n'Scripts }}
 | 
					    {{! Styles'n'Scripts }}
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
 | 
					    <link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400" />
 | 
					    <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic|Open+Sans:700,400" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {{! Ghost outputs important style and meta data with this tag }}
 | 
					    {{! Ghost outputs important style and meta data with this tag }}
 | 
				
			||||||
    {{ghost_head}}
 | 
					    {{ghost_head}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user