diff --git a/app/Domains/Social/Services/Image/ImagesGenerator.php b/app/Domains/Social/Services/Image/ImagesGenerator.php index 2d317ac9..e2aec3e6 100644 --- a/app/Domains/Social/Services/Image/ImagesGenerator.php +++ b/app/Domains/Social/Services/Image/ImagesGenerator.php @@ -254,12 +254,12 @@ public function font(string $font): ImagesGenerator /** 俐方體 11 號 */ case 'cubic-11': - $this->fontPath = public_path('fonts/Cubic_11_1.010_R.ttf'); + $this->fontPath = public_path('fonts/Cubic_11.ttf'); break; /** 粉圓體 */ case 'huninn': - $this->fontPath = public_path('fonts/jf-openhuninn-1.1.ttf'); + $this->fontPath = public_path('fonts/jf-openhuninn.ttf'); break; /** 未來熒黑 */ diff --git a/resources/sass/frontend/base/_basic.scss b/resources/sass/frontend/base/_basic.scss index 8312e843..ce629ada 100644 --- a/resources/sass/frontend/base/_basic.scss +++ b/resources/sass/frontend/base/_basic.scss @@ -71,7 +71,7 @@ body { */ @font-face { font-family: "Cubic 11"; - src: url("/fonts/Cubic_11_1.010_R.ttf"); + src: url("/fonts/Cubic_11.ttf"); } /** @@ -80,7 +80,7 @@ body { */ @font-face { font-family: "Huninn"; - src: url("/fonts/jf-openhuninn-1.1.ttf"); + src: url("/fonts/jf-openhuninn.ttf"); } /** @@ -88,7 +88,7 @@ body { * https://github.com/welai/glow-sans */ @font-face { - font-family: "Huninn"; + font-family: "Glow Sans"; src: url("/fonts/GlowSansTC-Normal-Medium.ttf"); }