Skip to content

Commit 526aaa1

Browse files
committed
Fonts refactoring
1 parent 33b49fc commit 526aaa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/about/AboutMe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p
1616
v-for="bio in bios"
1717
:key="bio.id"
18-
class="font-general-medium mb-4 text-ternary-dark dark:text-ternary-light text-lg"
18+
class="font-general-regular mb-4 text-ternary-dark dark:text-ternary-light text-lg"
1919
>
2020
{{ bio.bio }}
2121
</p>

src/components/projects/ProjectSingle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515
<div class="text-center px-4 py-6">
1616
<p
17-
class="font-general-medium text-xl text-ternary-dark dark:text-ternary-light font-semibold mb-2"
17+
class="font-general-semibold text-xl text-ternary-dark dark:text-ternary-light font-semibold mb-2"
1818
>
1919
{{ project.title }}
2020
</p>

src/components/shared/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default {
134134
{
135135
id: 4,
136136
value: 'branding',
137-
name: 'Branding',
137+
name: 'Branding & Anim',
138138
},
139139
],
140140
};

0 commit comments

Comments
 (0)