
我用的是 Oppo 手机,图里圈出来的地方可以看到和系统字体一致,用的是 Chrome

我把 v 站的 font family 设置抄了一下,在手机 chrome 打开,没有效果
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" cOntent="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <style> body { font-family:"Helvetica Neue","Luxi Sans","Segoe UI","Hiragino Sans GB","Microsoft Yahei",sans-serif,"Apple Logo" } </style> <body> <p>123</p> </body> </html> 有没有大佬解答一下
补一下图

css 和字体有关的好像就是这个
body { min-width: 820px; font-family: "Helvetica Neue", "Luxi Sans", "Segoe UI", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo"; } 1 ntedshen 73 天前 bro ,你图了 |
2 xtreme1 73 天前 不应该抄 css 么 |
3 ericwvi OP 补一下图  css 和字体有关的好像就是这个 ```css body { min-width: 820px; font-family: "Helvetica Neue", "Luxi Sans", "Segoe UI", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo"; } ``` |
4 ericwvi OP 用了这个就可以了 <html lang=zh-CN> |