Skip to content

Commit

Permalink
font family is now portcullion
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorceschini committed May 14, 2024
1 parent a094aed commit e87ffce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
<head>
<title>apm test</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=JetBrains+Mono:ital@0;1&family=Oxanium:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet"
/>
</head>
<body class="dark-mode">
<h1 id="title">apm test</h1>
Expand Down Expand Up @@ -330,6 +324,10 @@ <h1 id="title">apm test</h1>
});
</script>
<style>
@font-face {
font-family: portcullion;
src: url(portcullion.ttf);
}
.dark-mode {
background-color: black;
color: #ccc;
Expand All @@ -348,8 +346,10 @@ <h1 id="title">apm test</h1>
border-radius: 5%;
}
h1 {
font-family: "Almendra", sans-serif;
font-family: portcullion, sans-serif;
cursor: pointer;
font-size: 35px;
margin: 15px 0;
}
canvas {
padding-left: 0;
Expand Down
Binary file added portcullion.ttf
Binary file not shown.

0 comments on commit e87ffce

Please sign in to comment.