Skip to content

Commit

Permalink
Add Font from arweave
Browse files Browse the repository at this point in the history
  • Loading branch information
pathumego committed May 12, 2024
1 parent 1197d84 commit 7968eb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

/* Yakkala Font */
@font-face {
font-family:"Yakkala";
src:url("https://arweave.net/3jX5fIdi2zIui9vb0OQ4XnWBlGjjAX7k6kRrcMGZTNQ") format("woff2");
Expand All @@ -12,12 +12,15 @@ body {

}

p {
h4, nav, footer {
font-family:"Yakkala";

}

.subtitle {
font-size: 36px;
line-height: 1.25;
font-family:"Yakkala";
font-weight: 0;

}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="mooniak—type foundry and font incubator of Lanka" />
<!-- Minified version -->
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="assets/fonts/Moonface-Regular.css ">
<link rel="stylesheet" href="./assets/fonts/Moonface-Regular.css ">
<link rel="stylesheet" href="assets/fonts/Yakkala.css ">
<link rel="stylesheet" href="assets/css/styles.css">

Expand Down

0 comments on commit 7968eb4

Please sign in to comment.