首页 > 代码库 > 使用google api material icons在网页中插入图标
使用google api material icons在网页中插入图标
在<head></head>中加入这一句:
<link rel=‘stylesheet‘ href=http://www.mamicode.com/‘http://fonts.googleapis.com/icon?family=Material+Icons‘ type=‘text/css‘>
然后在body中加入:
<span class="sidenav-link-icon">
<i class="material-icons">videocam</i>
</span>
就可以插入一个摄像头的图标。
其他图标可以从这个网页中找:https://material.io/icons/
使用google api material icons在网页中插入图标
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。