Skip to content

Commit cec737e

Browse files
authored
Add Google Fonts
1 parent 18d2132 commit cec737e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/.vuepress/config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ module.exports = {
2020
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
2121
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
2222
['meta', { name: 'msapplication-TileImage', content: '/assets/img/logo.svg' }],
23-
['meta', { name: 'msapplication-TileColor', content: '#000000' }]
23+
['meta', { name: 'msapplication-TileColor', content: '#000000' }],
24+
// Google Fonts
25+
[ "link", { rel: "preconnect", href: "https://fonts.googleapis.com" }],
26+
[ "link", { rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: "" } ],
27+
[ "link", { rel: "stylesheet", href: "https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;700&display=swap" } ]
2428
],
2529

2630
themeConfig: {

0 commit comments

Comments
 (0)