typography js
-
[parcel 5] typography js, build프로젝트/[parcel]parcel-experiments 2018. 7. 18. 16:44
typography Js자바스트립트와 함께하는 css typopgraphy자동으로 구글 폰트를 연결해주는 등의 기능이 있다. 먼저 설치해주자yarn add typography typography.js 파일 생성import Typography from "typography"; const typography = new Typography({ baseFontSize: "18px", baseLineHeight: 1.666, googleFonts: [ { name: "Montserrat", styles: ["700"] }, { name: "Open Sans", styles: ["400"] } ], headerFontFamily: ["Montserrat", "Helvetica Neue", "sans-serif"],..