header style.. beginning of design language

This commit is contained in:
41666 2023-02-03 23:01:53 -05:00
parent eb6164ef47
commit 6f037b5e09
4 changed files with 112 additions and 21 deletions

View file

@ -21,7 +21,7 @@ export const meta: MetaFunction = () => ({
export const links: LinksFunction = () => [
{
rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap",
href: "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;700&display=swap",
},
];