Skip to content

Commit

Permalink
Use woff2
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Jun 28, 2023
1 parent d830516 commit 0ccd67b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/head.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ export default function Head(state) {
<style>
@font-face {
font-family: EB Garamond;
src: url('/_public/fonts/EBGaramond12-Regular.woff') format('woff');
src: url('/_public/fonts/EBGaramond12-Regular.woff2') format('woff2');
font-weight: 400;
}
@font-face {
font-family: EB Garamond;
src: url('/_public/fonts/EBGaramond12-Italic.woff') format('woff');
src: url('/_public/fonts/EBGaramond12-Italic.woff2') format('woff2');
font-weight: 400;
font-style: italic;
}
Expand Down
Binary file removed public/fonts/EBGaramond12-Italic.woff
Binary file not shown.
Binary file added public/fonts/EBGaramond12-Italic.woff2
Binary file not shown.
Binary file removed public/fonts/EBGaramond12-Regular.woff
Binary file not shown.
Binary file added public/fonts/EBGaramond12-Regular.woff2
Binary file not shown.

0 comments on commit 0ccd67b

Please sign in to comment.