Skip to content

Commit

Permalink
Merge pull request #38 from IgorKowalczyk/font-inter
Browse files Browse the repository at this point in the history
Apply font inter to all elements
  • Loading branch information
IgorKowalczyk authored Jan 27, 2023
2 parents 77f4057 + 478fc71 commit bb3d43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igorkowalczyk/views",
"version": "2.0.0",
"version": "2.0.1",
"description": "👀 Count the views of your github profile with your own custom badge",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import "../styles/main.css";
</head>
<body>
<div class="flex min-h-screen items-center justify-center bg-background bg-grid-[rgba(255,255,255,0.05)] bg-repeat-round">
<div class="rounded-[10px] border shadow-main border-white/20 bg-background-secondary py-6 px-12 text-white max-w-2xl">
<div class="rounded-[10px] font-inter border shadow-main border-white/20 bg-background-secondary py-6 px-12 text-white max-w-2xl">
<slot />
</div>
</div>
Expand Down

0 comments on commit bb3d43e

Please sign in to comment.