Challenge 07


Googleフォントの使い方


これまで<style>のラベルには底に@importのドアが貼られていたが、グーグルのフォントは適用されなかった.제일 먼저のフォントは、他のスタイルプロパティを記入する前に、알려줘야のWebドキュメントで認識できます.
 <link href="https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&amp;subset=korean" rel="stylesheet">
<style>
  p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 23px;
  }
ソース:https://www.codingfactory.net/10561