📜  字体家族系统 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:11.857000             🧑  作者: Mango

代码示例2
/* System Fonts as used by Medium and WordPress */
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}