在节点

时间:2017-05-15 18:36:21

标签: node.js font-awesome

我正在快递中的ejs文件中使用font-awesome,

<head>
    <title>Node Authentication</title>
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">

    <style>
        body        { padding-top:80px; word-wrap:break-word; }
    </style>
</head>

我从其网站下载了font-awesome zip文件夹,并在我的快速结构化节点应用程序中的Public文件夹中复制,并将其更改为:

<link rel="stylesheet" href="../font-awesome-4.7.0/css/font-awesome.min.css">

它看起来不一样,我得到一些错误(无法加载资源......)。我的问题是:我如何在我的ejs文件中包含font-awesome,以便脱机使用?

0 个答案:

没有答案