Skip to content

Commit

Permalink
Merge pull request #11 from diegoberges/new-font
Browse files Browse the repository at this point in the history
add onest fotn and delete firacode
  • Loading branch information
diegoberges authored Dec 31, 2023
2 parents c1447dc + d893603 commit dc0afba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Deploy DiegoBerges to GitHub Pages

on:
# Trigger the workflow every time you push to the `main` branch
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "0.3.4",
"@astrojs/tailwind": "5.1.0",
"@fontsource/fira-code": "5.0.16",
"@fontsource-variable/onest": "5.0.2",
"astro": "4.0.8",
"tailwindcss": "3.4.0",
"typescript": "5.3.3"
Expand Down
6 changes: 2 additions & 4 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import "@fontsource-variable/onest";
interface Props {
title: string;
}
Expand Down Expand Up @@ -36,11 +37,8 @@ const { title } = Astro.props;
);
}
html {
/* font-family: system-ui, sans-serif; */
/* background: #13151a; */
/* background-size: 224px; */
/* text-align: justify; */
font-family: "Fira Code", monospace;
font-family: "Onest Variable", sans-serif;
/* font-size: 21px; */
font-weight: 200;
/* line-height: 1.4; */
Expand Down

0 comments on commit dc0afba

Please sign in to comment.