Skip to content

Commit a573e3a

Browse files
Update custom-head.blade.php
Fonts Fix #3
1 parent 0384a16 commit a573e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/custom-head.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<style>
2222
@font-face{font-family:'mctit';src:url('{{themeAsset('mctitle.ttf')}}')}
23-
@font-face{font-family:'mctxt';src:url('{{themeAsset('mctitle.ttf')}}')}
23+
@font-face{font-family:'mctxt';src:url('{{themeAsset('mctxt.ttf')}}')}
2424
2525
html {
2626
font-size: 100%; }
@@ -57,4 +57,4 @@
5757
0% {background-position: 0 0;}
5858
100% {background-position: -4096px 0;}
5959
}
60-
</style>
60+
</style>

0 commit comments

Comments
 (0)