Skip to content

Commit

Permalink
Fix missing font
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Apr 12, 2024
1 parent 5ce87a9 commit d208616
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<meta charset="utf-8" />
<title>WordPress Taxonomy Generator - Meta Box</title>

<style>
@font-face {
font-family: "Roboto Slab";
font-weight: 700;
font-display: swap;
src: local("Roboto Slab"), url(https://metabox.io/wp-content/themes/rooster/fonts/roboto-slab.woff2) format('woff2');
}
</style>

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="//www.googletagmanager.com">
<link rel="preconnect" href="//www.google-analytics.com">
Expand Down

0 comments on commit d208616

Please sign in to comment.