Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
blog of toyjhlee

      Lee Junghan

      삶은 나를 발견하는 과정이 아니라, 나를 창조하는 과정이다

      • Seoul,Korea
      • GitHub
      • 이메일

      font

      css-font 로 이동

      dynamic font loader

      • use fontfaceobserver

      • react-google-font-loader

      • webfontloader

        var WebFont = require('webfontloader');
        
        WebFont.load({
            google: {
                families: ['Droid Sans', 'Droid Serif']
            }
        });
        

      업데이트: November 19, 2020

      이전 다음

      참고

      12factor

      [번역]The Twelve-Factor App

      Architecture

      프론트엔드 아키텍처

      Pwa

      example

      Tailwindcss

      인프런 홈 만들어 보기 2021-09-09

      • 팔로우:
      • GitHub
      • 피드
      © 2022 toyjhlee. Powered by Jekyll & Minimal Mistakes.