Skip to content

Commit

Permalink
style: add font from CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 18, 2024
1 parent e750ebc commit 6485293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/next.frameless.io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Next Frameless Website</title>
<link rel="stylesheet" type="text/css" href="./dist/index.css" />
<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=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<meta data-rh="true" name="description" content="Frameless maakt sinds 2013 websites en webapplicaties. Onze websites zijn snel, toegankelijk en gebruiksvriendelijk. Daar worden je gebruikers blij van!" /> </head>
<body class="frameless-theme">
<div class="utrecht-page">
Expand Down

0 comments on commit 6485293

Please sign in to comment.