Skip to content

Commit 7d2b6a3

Browse files
committed
Update fonts
1 parent 89e9231 commit 7d2b6a3

File tree

6 files changed

+21
-20
lines changed

6 files changed

+21
-20
lines changed

.astro/astro/content.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ declare module 'astro:content' {
44
Content: import('astro').MarkdownInstance<{}>['Content'];
55
headings: import('astro').MarkdownHeading[];
66
remarkPluginFrontmatter: Record<string, any>;
7+
components: import('astro').MDXInstance<{}>['components'];
78
}>;
89
}
910
}

.astro/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1726773566939
3+
"lastUpdateCheck": 1731718607750
44
}
55
}

bun.lockb

13.2 KB
Binary file not shown.

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/check": "^0.5.10",
15-
"@astrojs/mdx": "^3.1.5",
16-
"@astrojs/rss": "^4.0.7",
17-
"@astrojs/sitemap": "^3.1.6",
18-
"@astrojs/tailwind": "^5.1.0",
19-
"@astrojs/vercel": "^7.8.0",
20-
"@fontsource/iosevka": "^5.0.11",
21-
"@vercel/analytics": "^1.3.1",
15+
"@astrojs/mdx": "^3.1.9",
16+
"@astrojs/rss": "^4.0.9",
17+
"@astrojs/sitemap": "^3.2.1",
18+
"@astrojs/tailwind": "^5.1.2",
19+
"@astrojs/vercel": "^7.8.2",
20+
"@fontsource/iosevka": "^5.1.0",
21+
"@vercel/analytics": "^1.4.0",
2222
"ajv": "^8.17.1",
23-
"astro": "^4.15.1",
23+
"astro": "^4.16.13",
2424
"astro-expressive-code": "^0.33.5",
25-
"astro-icon": "^1.1.1",
25+
"astro-icon": "^1.1.2",
2626
"clsx": "^2.1.1",
2727
"jquery": "^3.7.1",
2828
"mdast-util-to-string": "^4.0.0",
@@ -32,19 +32,19 @@
3232
"rehype-mathjax": "^6.0.0",
3333
"remark-math": "^6.0.0",
3434
"remark-smartypants": "^3.0.2",
35-
"remark-unwrap-images": "^4.0.0",
35+
"remark-unwrap-images": "^4.0.1",
3636
"sharp": "^0.33.5",
37-
"tailwind-merge": "^2.5.2",
38-
"tailwindcss": "^3.4.10",
39-
"typescript": "^5.5.4"
37+
"tailwind-merge": "^2.5.4",
38+
"tailwindcss": "^3.4.15",
39+
"typescript": "^5.6.3"
4040
},
4141
"devDependencies": {
4242
"@tailwindcss/aspect-ratio": "^0.4.2",
4343
"@tailwindcss/typography": "^0.5.15",
4444
"@typescript-eslint/parser": "^7.18.0",
45-
"eslint": "^8.57.0",
45+
"eslint": "^8.57.1",
4646
"eslint-plugin-astro": "^0.31.4",
47-
"eslint-plugin-jsx-a11y": "^6.9.0",
47+
"eslint-plugin-jsx-a11y": "^6.10.2",
4848
"prettier": "^3.3.3",
4949
"prettier-config-standard": "^7.0.0",
5050
"prettier-plugin-astro": "^0.13.0",

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const sortedSelectedPubs = selectedPubs
149149
broader scientific fields such as chemistry. His work has been recognized in
150150
the form of best PhD thesis award and multiple spotlight papers from flagship
151151
machine learning conferences. His contributions to the scientific society
152-
includementoring underrepresented students in Canada under the IBET PhD Project
152+
include mentoring underrepresented students in Canada under the IBET PhD Project
153153
and actively contributing to the open-source community.
154154
</p>
155155
</Section>

tailwind.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ const config = {
3232
},
3333
extend: {
3434
fontFamily: {
35-
sans: [fontFamily.sans],
35+
sans: ["Arial", fontFamily.sans],
3636
serif: ["Times", fontFamily.serif],
37-
mono: ["Jetbrains Mono", fontFamily.mono],
37+
mono: ["Iosevka", fontFamily.mono],
3838
},
3939
fontSize: {
40-
base: "0.95rem",
40+
base: "0.9rem",
4141
},
4242
colors: {
4343
border: "hsl(var(--border) / <alpha-value>)",

0 commit comments

Comments
 (0)