default.vue 330 B

123456789101112131415161718192021222324
  1. <template>
  2. <div>
  3. <Nuxt />
  4. </div>
  5. </template>
  6. <style>
  7. html {
  8. font-family:
  9. 'Source Sans Pro',
  10. 'Microsoft YaHei UI',
  11. -apple-system,
  12. BlinkMacSystemFont,
  13. 'Segoe UI',
  14. Roboto,
  15. 'Helvetica Neue',
  16. Arial,
  17. sans-serif;
  18. font-size: 13.698630136986301vw;
  19. }
  20. body {
  21. font-size: 12px;
  22. }
  23. </style>