docs: add README for TeleNeoWeb font usage and requirements

This commit is contained in:
Guangfei.Zhao
2026-08-26 17:04:22 +08:00
parent cba378e001
commit 68284ae3cc
4 changed files with 2470 additions and 0 deletions
+12
View File
@@ -7,6 +7,18 @@
"skillPath": "skills/drawio-skill/SKILL.md",
"computedHash": "5311fcbaa3d27077d5464024536e8665b714f633a964ca6b95ef697e7c76a0c1"
},
"frontend-design": {
"source": "anthropics/skills",
"sourceType": "github",
"skillPath": "skills/frontend-design/SKILL.md",
"computedHash": "93f53fd1c0352d3d7ec17b8f73d7351bf76f4821e55d123c9d2abc2c53ba48e4"
},
"huashu-design": {
"source": "alchaincyf/huashu-design",
"sourceType": "github",
"skillPath": "SKILL.md",
"computedHash": "c7ea654f562ad4417d6c944744931dfb5b8743fe01a57e5a4aa201cd5ff4bbbc"
},
"prd": {
"source": "github/awesome-copilot",
"sourceType": "github",
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+29
View File
@@ -0,0 +1,29 @@
# TeleNeoWeb 字体文件放这里
演示稿 `../Flutter-vs-UniApp-deck.html` 的字体栈第一顺位是 **TeleNeoWeb**——德国电信 / T-Systems 的品牌字体。
**它不在公开渠道。** `@telekom/design-tokens``@telekom/scale-components` 这两个公开 npm 包里都只在 CSS 里写了字体名,`fontFiles` 是空数组;字体文件本身是授权资产,要从 T-Systems 内部品牌门户取。
## 放四个文件进来就生效
```
assets/fonts/
├── TeleNeoWeb-Regular.woff2 font-weight: 400
├── TeleNeoWeb-Medium.woff2 font-weight: 500
├── TeleNeoWeb-Bold.woff2 font-weight: 700
└── TeleNeoWeb-ExtraBold.woff2 font-weight: 800
```
文件名必须完全一致(`@font-face` 里写死了)。放好后刷新页面即可,不需要改任何代码。
**800ExtraBold)最重要**——Scale 的所有标题字阶都是 800 权重,这是德电视觉最容易辨认的特征。只放一个的话先放它。
## 不放会怎样
不会报错。浏览器静默回退到下一顺位:
```
'TeleNeoWeb' → 'PingFang SC' → 'Microsoft YaHei' → 'Noto Sans SC' → 'Hiragino Sans GB' → sans-serif
```
Windows 上落到微软雅黑,macOS 上落到苹方。中文本来就走这一档——**TeleNeoWeb 没有中文字形**,它只影响西文和数字(Flutter、uni-app x、91,171、11.07% 这些)。