您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 年前
1234567891011121314
  1. *, *::before, *::after {
  2. box-sizing: border-box;
  3. }
  4. @font-face {
  5. font-family: Lato;
  6. font-weight: 500;
  7. src: url('../fonts/Lato/Lato-Regular.ttf');
  8. }
  9. body {
  10. font-family: Lato;
  11. font-weight: 700;
  12. }