我怎样才能使这项工作离线?这是在我的 index.html 中:
<link href='https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/paper/bootstrap.min.css' rel='stylesheet'>
更新:
css 中有一行包含获取字体 css 的 http 调用,我是否也需要离线下载它?
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");/*!
原文由 user1872384 发布,翻译遵循 CC BY-SA 4.0 许可协议
从 Bootstrap 下载缩小的 CSS 文件并将其存储在外部 CSS 文件夹中——然后将其作为外部 CSS 资源调用到页面中