From e10538bacaf35cb5c60734c157b5922bc3885cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 25 Apr 2025 12:04:05 +0800 Subject: [PATCH] Add Helvetica-Light-05 font files in TTF, WOFF, and WOFF2 formats --- src/components/PinPuYi/Helvetica.css | 12 + src/components/PinPuYi/PinPuYi.vue | 3 + .../PinPuYi/fonts/Helvetica-Light-05.eot | Bin 0 -> 269902 bytes .../PinPuYi/fonts/Helvetica-Light-05.svg | 2899 +++++++++++++++++ .../PinPuYi/fonts/Helvetica-Light-05.ttf | Bin 0 -> 269728 bytes .../PinPuYi/fonts/Helvetica-Light-05.woff | Bin 0 -> 104388 bytes .../PinPuYi/fonts/Helvetica-Light-05.woff2 | Bin 0 -> 66852 bytes 7 files changed, 2914 insertions(+) create mode 100644 src/components/PinPuYi/Helvetica.css create mode 100644 src/components/PinPuYi/fonts/Helvetica-Light-05.eot create mode 100644 src/components/PinPuYi/fonts/Helvetica-Light-05.svg create mode 100644 src/components/PinPuYi/fonts/Helvetica-Light-05.ttf create mode 100644 src/components/PinPuYi/fonts/Helvetica-Light-05.woff create mode 100644 src/components/PinPuYi/fonts/Helvetica-Light-05.woff2 diff --git a/src/components/PinPuYi/Helvetica.css b/src/components/PinPuYi/Helvetica.css new file mode 100644 index 0000000..8616de7 --- /dev/null +++ b/src/components/PinPuYi/Helvetica.css @@ -0,0 +1,12 @@ +@font-face { + font-family: 'Helvetica Custom'; + src: url('fonts/Helvetica-Light-05.eot'); + src: url('fonts/Helvetica-Light-05.eot?#iefix') format('embedded-opentype'), + url('fonts/Helvetica-Light-05.woff2') format('woff2'), + url('fonts/Helvetica-Light-05.woff') format('woff'), + url('fonts/Helvetica-Light-05.ttf') format('truetype'), + url('fonts/Helvetica-Light-05.svg#Helvetica') format('svg'); + font-weight: 400; /* 400 通常代表 'normal' 或 'regular' */ + font-style: normal; + font-display: swap; /* 推荐 */ +} \ No newline at end of file diff --git a/src/components/PinPuYi/PinPuYi.vue b/src/components/PinPuYi/PinPuYi.vue index 7442f43..7b228c6 100644 --- a/src/components/PinPuYi/PinPuYi.vue +++ b/src/components/PinPuYi/PinPuYi.vue @@ -26,6 +26,7 @@ import DeviceImage from './pin-pu-yi-bg.png';