mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
Fira Mono
This commit is contained in:
@@ -13,7 +13,7 @@ const { currentPage } = Astro.props;
|
||||
</head>
|
||||
<body>
|
||||
<Header currentPage={currentPage} />
|
||||
<div class="p-2">
|
||||
<div class="px-4 py-2">
|
||||
<slot />
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap");
|
||||
|
||||
@import "tailwindcss";
|
||||
|
||||
:root {
|
||||
@@ -82,7 +84,9 @@
|
||||
body {
|
||||
background-color: var(--ayu-bg);
|
||||
color: var(--ayu-fg);
|
||||
font-family: "mono";
|
||||
font-family: "Fira Mono", monospace;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.bg-ayu-bg {
|
||||
|
||||
Reference in New Issue
Block a user