fix: unify typography and review interactions
This commit is contained in:
@@ -11,6 +11,7 @@ const { title, description, lang = 'en' } = Astro.props;
|
||||
// bundled CSS because the legacy stylesheets @import the same file, so there
|
||||
// is exactly one copy of the faces. See public/fonts/fonts.css.
|
||||
import tokensStylesheet from '../styles/tokens.css?url';
|
||||
import baseStylesheet from '../styles/base.css?url';
|
||||
|
||||
const fonts = `${import.meta.env.BASE_URL}fonts/fonts.css`.replace('//', '/');
|
||||
---
|
||||
@@ -24,6 +25,7 @@ const fonts = `${import.meta.env.BASE_URL}fonts/fonts.css`.replace('//', '/');
|
||||
<meta name="description" content={description} />
|
||||
<link rel="stylesheet" href={tokensStylesheet} />
|
||||
<link rel="stylesheet" href={fonts} />
|
||||
<link rel="stylesheet" href={baseStylesheet} />
|
||||
<slot name="styles" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user