Make sure you’ve first installed Subframe. To ensure the right fonts load in your development environment you’ll need to add a snippet similar to the following to your <head> tag:
Find the exact snippet needed to load the fonts for your project here.
index.html
<head>
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
  <link
    href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
    rel="stylesheet"
  />
</head>