学习路之图标库--Font Awesome 图标

开发中常用到图片图标.

一在线下载:https://www.iconfont.cn/  iconfont-阿里巴巴矢量图标库

二下载使用:Font Awesome 图标

到网上下载:http://www.fontawesome.com.cn/

或 https://www.runoob.com/font-awesome/fontawesome-tutorial.html

1. 国内推荐 CDN:

<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">

2、海外推荐 CDN

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

3、直接下载到本地

<head>
    <meta charset="UTF-8">
    <link rel="icon" href="images/favicon.ico">
    <link rel="stylesheet" type="text/css" href="CSS/header.css">
    <link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
    <title>我是标题-html访淘宝网导航栏</title> 
</head>

三. 使用

<i class="fa fa-angle-down"></i>

上一篇:java合成图片并添加文字,开发者必备的*Java开发工具


下一篇:Java中被搁置的“goto”保留字