Skip to content

Commit d1c507e

Browse files
committed
Default font family
1 parent 3b5748f commit d1c507e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/scss/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
$base-font-family: Roboto, sans-serif;
1+
$base-font-family: Roboto, Helvetica, sans-serif;
2+
$base-font-size: 17;
23
$base-heading-font-family: Arial Black;
34
$base-link-color: #0000ee;
45
$base-link-hover-color: #0000ff;

templates/coder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div v-if="user" class="flex">
2525
<div class="sidebar padh">
2626
<header>
27-
<h4>{{ user.name }}</h4>
27+
<h3>{{ user.name }}</h3>
2828
</header>
2929
<img :src="user.avatar_url" :alt="user.name" class="img-fluid">
3030
<p>Joined GitHub {{ user.created_at|formatDate }}</p>

0 commit comments

Comments
 (0)