Use font-face to bring in fonts
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3542080. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !30
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>For privacy reasons, Drupal CMS cannot default to loading assets (including fonts) from CDNs. Mercury currently loads fonts from Google.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Bundle the typefaces into Mercury and load them with <code>@font-face</code>. We might need to depend on a module to allow users to override/change the font, but that can happen separately.</p>
issue