website: update code block font

Use a modern web font with a better render on non-retina display

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2022-04-11 21:22:33 +02:00
parent 03829e907f
commit 49408adfd3
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ module.exports = {
organizationName: "Dagger",
projectName: "Dagger",
stylesheets: [
"https://fonts.googleapis.com/css2?family=Karla&family=Montserrat:wght@700&display=swap",
"https://fonts.googleapis.com/css2?family=Karla&family=Source+Code+Pro:wght@400&family=Montserrat:wght@700&display=swap",
],
customFields: {
AMPLITUDE_ID: process.env.REACT_APP_AMPLITUDE_ID