From 63e13dfb07d1f4655c8c0b1851b23e97c7f19200 Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Mon, 11 Sep 2017 13:09:26 +0200 Subject: [PATCH] publish: docs: add fonts URL into homepage as well generated from commit 94853fd2b22637932519dddddd9612cc8883c6b3 --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0ce8d735..d77e1db6 100644 --- a/index.html +++ b/index.html @@ -191,7 +191,8 @@

When you only need to include Bootstrap's compiled CSS or JS, you can use the Bootstrap CDN.

CSS only
-
<link rel="stylesheet" href="https://unpkg.com/bootstrap-material-design@4.0.0-beta.3/dist/css/bootstrap-material-design.min.css" integrity="sha384-k5bjxeyx3S5yJJNRD1eKUMdgxuvfisWKku5dwHQq9Q/Lz6H8CyL89KF52ICpX4cL" crossorigin="anonymous">
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">
+<link rel="stylesheet" href="https://unpkg.com/bootstrap-material-design@4.0.0-beta.3/dist/css/bootstrap-material-design.min.css" integrity="sha384-k5bjxeyx3S5yJJNRD1eKUMdgxuvfisWKku5dwHQq9Q/Lz6H8CyL89KF52ICpX4cL" crossorigin="anonymous">
JS, Popper.js, and jQuery
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>