Skip to content

Commit

Permalink
Update metadata and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pathumego committed Jun 1, 2024
1 parent 879d46c commit 0d970d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1,214 deletions.
6 changes: 3 additions & 3 deletions scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Maname Font Development</title>
<title>Abhaya Libre Font Development</title>
<style>
@font-face{
src: url("./proof/Maname-Regular.ttf");
src: url("./proof/AbhayaLibre[wght].ttf");
font-family: "Maname";
font-weight: 400;
font-style: normal;
}
body{
font-family: "Maname";
font-family: "Abhaya Libre";
}
</style>
</head>
Expand Down
Loading

0 comments on commit 0d970d0

Please sign in to comment.