Skip to content

Commit

Permalink
Update custom-head.blade.php
Browse files Browse the repository at this point in the history
Fonts Fix 
#3
  • Loading branch information
lastsamurai26 authored Aug 23, 2024
1 parent 0384a16 commit a573e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/custom-head.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<style>
@font-face{font-family:'mctit';src:url('{{themeAsset('mctitle.ttf')}}')}
@font-face{font-family:'mctxt';src:url('{{themeAsset('mctitle.ttf')}}')}
@font-face{font-family:'mctxt';src:url('{{themeAsset('mctxt.ttf')}}')}
html {
font-size: 100%; }
Expand Down Expand Up @@ -57,4 +57,4 @@
0% {background-position: 0 0;}
100% {background-position: -4096px 0;}
}
</style>
</style>

0 comments on commit a573e3a

Please sign in to comment.