devonfw/devonfw.github.io

Embed fonts in the website

Closed this issue · 0 comments

yF-B commented

As a developer I want all computers to be able to display the fonts of the website so that users can read the content of the page.

Acceptance criteria:

  • The following codes should be embedded in the <header> tag of each webpage (include document page):
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap" rel="stylesheet">