阿里图标字体
作者:互联网
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>阿里图标字体</title> <link rel="stylesheet" type="text/css" href="iconfont/iconfont.css"/> <style> p::before{ content: '\e625'; font-family: 'iconfont'; font-size: 100px; } </style> </head> <body> <!-- 通过实体--> <span class="iconfont"> </span> <span class="iconfont"></span> <span class="iconfont"></span> <!--通过类--> <span class="iconfont icon-qitalaji" style="font-size: 100px"></span> <!-- 通过伪类--> <p>Hello</p> </body> </html>
标签:图标,&#,阿里,字体,font,size 来源: https://www.cnblogs.com/YcxyH/p/16278277.html