Skip to content

Commit fb2857c

Browse files
committed
Adjust fonts and content
1 parent f407a0a commit fb2857c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta name="description" content="{{ site.description }}">
88

99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
10+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Crimson+Pro">
1011
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
11-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,700,300,600,400' rel='stylesheet' type='text/css'>
1212
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
1313

1414
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>

_posts/2024-09-02-video-game-youtube-journey.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Thought you'd never ask! I already linked it above in case you weren't paying at
3333

3434
I've already posted three videos ever since, where I played the Mega Drive version of the first [Puyo Puyo](https://youtu.be/iMRnSc3rw0c) split in two parts, as well as Super Famicom's very own [Soul Blader](https://youtu.be/rgX9k28z5I8) with its very first part out. Super pumped to get even more content out!
3535

36-
<center>[![Soul Blader (ソウルブレイダー) - スーパーファミコン [Part 1]](https://img.youtube.com/vi/rgX9k28z5I8/maxresdefault.jpg)](https://youtu.be/rgX9k28z5I8 "Soul Blader (ソウルブレイダー) - スーパーファミコン [Part 1]")</center>
36+
<center>[![Soul Blader (ソウルブレイダー) - スーパーファミコン \[Part 1\]](https://img.youtube.com/vi/rgX9k28z5I8/default.jpg)](https://youtu.be/rgX9k28z5I8 "Soul Blader (ソウルブレイダー) - スーパーファミコン [Part 1]")</center>
3737

3838
And to conclude, I just want to say a couple of things:
3939

_sass/values/font.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
$base-font-family: 'Open Sans', sans-serif;
2-
$small-font-size: 14px;
3-
$normal-font-size: 16px;
4-
$big-font-size: 20px;
5-
$great-font-size: 30px;
6-
$post-title-font-size: 32px;
7-
$huge-font-size: 35px;
1+
$base-font-family: 'Crimson Pro', sans-serif;
2+
$small-font-size: 15px;
3+
$normal-font-size: 17px;
4+
$big-font-size: 21px;
5+
$great-font-size: 31px;
6+
$post-title-font-size: 34px;
7+
$huge-font-size: 36px;
88
$thin-font: 200;
99
$normal-font: 300;
1010
$bold-font: 400;

tags

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ back _sass/_default_layout.scss /^ .back {$/;" c
8383
back _sass/_default_layout.scss /^ .back {$/;" c
8484
back _sass/_default_layout.scss /^ .front, .back {$/;" c
8585
background-color _sass/values/basics.scss /^$background-color: #ddd;$/;" v
86-
base-font-family _sass/values/font.scss /^$base-font-family: 'Open Sans', sans-serif;$/;" v
86+
base-font-family _sass/values/font.scss /^$base-font-family: 'Crimson Pro', sans-serif;$/;" v
8787
base-font-size _sass/values/basics.scss /^$base-font-size: 16px;$/;" v
8888
base-line-height _sass/values/basics.scss /^$base-line-height: 1.5;$/;" v
89-
big-font-size _sass/values/font.scss /^$big-font-size: 20px;$/;" v
89+
big-font-size _sass/values/font.scss /^$big-font-size: 21px;$/;" v
9090
blog-description _includes/sidebar.html /^ <div id="blog-description" class="sidebar-content sidebar-text">$/;" I
9191
blog-description _sass/_default_layout.scss /^ #blog-description {$/;" i
9292
bold-font _sass/values/font.scss /^$bold-font: 400;$/;" v
@@ -139,7 +139,7 @@ github _sass/values/sidebar.scss /^ #github: #000,$/;" v
139139
go _sass/_syntax-highlighting.scss /^ .go { color: #888 } \/\/ Generic.Output$/;" c
140140
gp _sass/_syntax-highlighting.scss /^ .gp { color: #555 } \/\/ Generic.Prompt$/;" c
141141
gr _sass/_syntax-highlighting.scss /^ .gr { color: #a00 } \/\/ Generic.Error$/;" c
142-
great-font-size _sass/values/font.scss /^$great-font-size: 30px;$/;" v
142+
great-font-size _sass/values/font.scss /^$great-font-size: 31px;$/;" v
143143
grey-color _sass/values/basics.scss /^$grey-color: #828282;$/;" v
144144
grey-color-dark _sass/values/basics.scss /^$grey-color-dark: darken($grey-color, 25%);$/;" v
145145
grey-color-light _sass/values/basics.scss /^$grey-color-light: lighten($grey-color, 40%);$/;" v
@@ -152,7 +152,7 @@ height-media-query _sass/values/imports.scss /^@mixin height-media-query($device
152152
high-resolution-device _sass/values/basics.scss /^$high-resolution-device: 768px;$/;" v
153153
high-resolution-width _sass/values/basics.scss /^$high-resolution-width: 1366px;$/;" v
154154
highlight _sass/_syntax-highlighting.scss /^.highlight {$/;" c
155-
huge-font-size _sass/values/font.scss /^$huge-font-size: 35px;$/;" v
155+
huge-font-size _sass/values/font.scss /^$huge-font-size: 36px;$/;" v
156156
icon _sass/_base.scss /^.icon {$/;" c
157157
il _sass/_syntax-highlighting.scss /^ .il { color: #099 } \/\/ Literal.Number.Integer.Long$/;" c
158158
k _sass/_syntax-highlighting.scss /^ .k { font-weight: bold } \/\/ Keyword$/;" c
@@ -184,7 +184,7 @@ ni _sass/_syntax-highlighting.scss /^ .ni { color: #800080 } \/\/ Name.Entit
184184
nn _sass/_syntax-highlighting.scss /^ .nn { color: #555 } \/\/ Name.Namespace$/;" c
185185
no _sass/_syntax-highlighting.scss /^ .no { color: #008080 } \/\/ Name.Constant$/;" c
186186
normal-font _sass/values/font.scss /^$normal-font: 300;$/;" v
187-
normal-font-size _sass/values/font.scss /^$normal-font-size: 16px;$/;" v
187+
normal-font-size _sass/values/font.scss /^$normal-font-size: 17px;$/;" v
188188
nothing _sass/values/basics.scss /^$nothing: none;$/;" v
189189
nt _sass/_syntax-highlighting.scss /^ .nt { color: #000080 } \/\/ Name.Tag$/;" c
190190
nv _sass/_syntax-highlighting.scss /^ .nv { color: #008080 } \/\/ Name.Variable$/;" c
@@ -220,7 +220,7 @@ post-meta _sass/_default_layout.scss /^ .post-meta {$/;" c
220220
post-picture _sass/_default_layout.scss /^ .post-picture {$/;" c
221221
post-title _sass/_default_layout.scss /^ .post-title {$/;" c
222222
post-title _sass/_default_layout.scss /^ .post-title {$/;" c
223-
post-title-font-size _sass/values/font.scss /^$post-title-font-size: 32px;$/;" v
223+
post-title-font-size _sass/values/font.scss /^$post-title-font-size: 34px;$/;" v
224224
post-truncate _sass/_default_layout.scss /^ .post-truncate {$/;" c
225225
property _sass/values/imports.scss /^@mixin calc($property, $expression) { $/;" z
226226
quote _includes/sidebar.html /^ <div id="quote"><i>{{ site.quote }}<\/i><\/div>$/;" I
@@ -259,7 +259,7 @@ sidebar-text-margin _sass/values/sidebar.scss /^$sidebar-text-margin: $photo-lef
259259
sidebar-text-top-margin _sass/values/sidebar.scss /^$sidebar-text-top-margin: 20px;$/;" v
260260
sidebar-width _sass/values/sidebar.scss /^$sidebar-width: 250px;$/;" v
261261
single-post _sass/_default_layout.scss /^.single-post {$/;" c
262-
small-font-size _sass/values/font.scss /^$small-font-size: 14px;$/;" v
262+
small-font-size _sass/values/font.scss /^$small-font-size: 15px;$/;" v
263263
small-margin _sass/values/basics.scss /^$small-margin: 15%;$/;" v
264264
social-container _sass/_default_layout.scss /^ .social-container {$/;" c
265265
social-container _sass/_default_layout.scss /^ .social-container {$/;" c

0 commit comments

Comments
 (0)