LoginSignup
0
0

More than 1 year has passed since last update.

マテリアルアイコンの表示(Google Fontsで使用する方法)

Last updated at Posted at 2023-03-28

初投稿です!
動画で習った内容ですが、見返しやすいよう記事にしてみました。
手順を分けましたが、htmlを一行追加するだけ!

①マテリアルアイコンガイドからコードを探しコピーする
※ガイドの中の『設定方法1 Google Fontsで使用』というやり方です
https://developers.google.com/fonts/docs/material_icons?hl=ja#setup_method_1_using_via_google_fonts

②以下をhtmlに貼り付け

マテリアルアイコン
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

③以下のリンクでアイコンを検索
※マテリアルシンボルとアイコンがあるので注意
https://fonts.google.com/icons?hl=ja
スクリーンショット 2023-03-28 13.50.06.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0