This is just a technology testing project based on Create React App and TailwindCSS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

53 行
1.8KB

  1. /* purgecss start ignore */
  2. @tailwind base;
  3. @tailwind components;
  4. /* purgecss end ignore */
  5. @tailwind utilities;
  6. /***** FONTS *****/
  7. @font-face {
  8. font-family: 'Gilroy';
  9. src: url('../fonts/Gilroy-Regular.eot');
  10. src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  11. font-weight: normal;
  12. font-style: normal;
  13. font-display: swap;
  14. }
  15. @font-face {
  16. font-family: 'Gilroy';
  17. src: url('../fonts/Gilroy-Medium.eot');
  18. src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  19. font-weight: 500;
  20. font-style: normal;
  21. font-display: swap;
  22. }
  23. @font-face {
  24. font-family: 'Gilroy';
  25. src: url('../fonts/Gilroy-SemiBold.eot');
  26. src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  27. font-weight: 600;
  28. font-style: normal;
  29. font-display: swap;
  30. }
  31. @font-face {
  32. font-family: 'Gilroy';
  33. src: url('../fonts/Gilroy-ExtraBold.eot');
  34. src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  35. font-weight: 800;
  36. font-style: normal;
  37. font-display: swap;
  38. }
  39. p {
  40. text-indent: 1rem;
  41. margin: .3rem 0 .5rem 0;
  42. }
  43. .grecaptcha-badge {
  44. display: none !important;
  45. }