Skip to content

Commit 314b864

Browse files
authored
design test
1 parent 503d3ca commit 314b864

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,21 @@ export default defineConfig({
2323
href: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css",
2424
},
2525
],
26+
// Montserrat
27+
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
28+
['link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
29+
['link', {
30+
rel: 'stylesheet',
31+
href: 'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap'
32+
}],
33+
// Optional: Fira Code
34+
['link', {
35+
rel: 'stylesheet',
36+
href: 'https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap'
37+
}]
2638
],
2739
title: "abap2UI5",
28-
description: "Developing Purely in ABAP",
40+
description: "Build UI5 Apps Purely in ABAP",
2941
themeConfig: {
3042
logo: "/logo.png",
3143
footer: {

0 commit comments

Comments
 (0)