lang.css 589 B

12345678910111213141516171819
  1. @font-face {
  2. font-family: 'PureunJeonnam';
  3. font-style: normal;
  4. font-weight: 700;
  5. src: url(resources/fonts/PureunJeonnam-Bold.woff) format('woff'),
  6. url(resources/fonts/PureunJeonnam-Bold.ttf) format('truetype');
  7. }
  8. @font-face {
  9. font-family: 'PureunJeonnam';
  10. font-style: normal;
  11. font-weight: 400;
  12. src: url(resources/fonts/PureunJeonnam.woff) format('woff'),
  13. url(resources/fonts/PureunJeonnam.ttf) format('truetype');
  14. }
  15. :root {
  16. --article-font-family: 'PureunJeonnam', sans-serif;
  17. --headline-font-family: 'PureunJeonnam', sans-serif;
  18. }