【发布时间】:2021-07-06 23:42:30
【问题描述】:
我们可以在同一个 html 页面中同时使用 google font 和 font awesome icon 吗?
<link rel="stylesheet" href="./stylesheet/style.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" rel="stylesheet">
【问题讨论】:
-
是的,有什么问题?
标签: html css bootstrap-4 font-awesome