Skip to content

Commit

Permalink
font test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 8, 2024
1 parent ed8fa51 commit 4980505
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
svelte-cms home page!
<p>svelte-cms home page!</p>

<style>
p {
font-family: lyon;
font-size: 40px;
}
</style>
4 changes: 4 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@font-face {
font-family: lyon;
src: url('fonts/Lyon Text Regular.otf');
}
Binary file added static/fonts/Lyon Text Regular.otf
Binary file not shown.

0 comments on commit 4980505

Please sign in to comment.