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

global.scss 287 B

123456789101112
  1. @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&family=Poppins:wght@200;300;400;500;600&display=swap');
  2. :root {
  3. font-size: 62.5%;
  4. }
  5. body {
  6. font-family: 'Poppins', sans-serif;
  7. }
  8. h1,h2,h3,h4,h5,h6 {
  9. font-family: 'Oswald', sans-serif;
  10. }