Skip to content

Commit

Permalink
good serif energy
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondwang committed Apr 8, 2024
1 parent 6e50851 commit 0dab72f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" class="bg-[--background-color] text-[--text-color]">
<html lang="en" class="bg-[--background-color] font-serif text-[--text-color]">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
Expand Down
8 changes: 4 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<main class="container px-8 sm:mx-auto">
<p class="mt-40 font-serif sm:mt-60">hey, I'm</p>
<h1 class="text-4xl font-bold sm:text-6xl md:text-8xl">Raymond</h1>
<h2 class="mt-8 font-serif text-2xl">& this page is ~under construction~</h2>
<ul class="mt-4 flex flex-row gap-x-4 font-serif">
<p class="mt-40 sm:mt-60">hey, I'm</p>
<h1 class="text-6xl font-bold sm:text-8xl">Raymond</h1>
<h2 class="mt-8 text-2xl">& this page is ~under construction~</h2>
<ul class="mt-4 flex flex-row gap-x-4">
<li>
<a class="hover:underline hover:underline-offset-4" href="mailto:[email protected]" target="_blank"
>Email</a
Expand Down

0 comments on commit 0dab72f

Please sign in to comment.