▶ 実 行
▶ 実行
クリア
Googleフォントで表示する #DOM操作 #HTML設定 #DOMスタイル一括設定
by くれあ
#Googleフォントで表示する #DOM操作 #HTML設定 #DOMスタイル一括設定 #2020/12/28 #フォントと表示するものを設定する DOM親要素に『<link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet"> <div id="表示するもの">Nadeshiko blooms on the Google Fonts.</div>』をHTML設定します。 「#表示するもの」に{「font-family」:「Dancing Script」、文字サイズ: 「18px」、余白:「20px」}をDOMスタイル一括設定します。 /*メモ ・Google フォント「Dancing Script」 https://fonts.google.com/specimen/Dancing+Script?selection.family=Redressed&sidebar.open=true */
ae603e7422bc40db86cbc3d56bfc4033
377