Web/17-前端综合/2022年-前端日记.md
2022-03-30 15:40:35 +08:00

10 lines
324 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 2022-03-30
有些Mac设备里Safari浏览器的默认字体竟然是宋体这太奇怪了。建议在页面的 body 标签设置**字体族**的优先级,还是很有必要的:
```css
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',
```