25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
255 B

  1. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
  2. @import './colors.scss';
  3. * {
  4. font-family: 'Poppins', sans-serif;
  5. padding: 0;
  6. margin: 0;
  7. box-sizing: border-box;
  8. font-size: 62.5%;
  9. }