From 61c807b889ddbba85561186aaaad385a1fc1d64f Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 30 Nov 2015 13:24:01 -0600 Subject: [PATCH 1/2] typo in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ba11efb9..2d62dfde 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ If you prefer, you can include this framework in your project using our official ## Getting started -Add the necessary links to your ` of your HTML document. +Add the necessary links to your `` element for fonts and stylsheets: ```html From 84c0714091a2f909d32b16af6675975089ccac96 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 30 Nov 2015 13:54:37 -0600 Subject: [PATCH 2/2] update getting started regarding old embedded fonts --- index.html | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 2f89ecdd..a0ef8d35 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,7 @@

What's included


-

Material Bootstrap is downloadable in a two forms. Material.css only supports the primary shades of the material color palette and Material-fullpalette.css supports every shade of the material color palette

+

Material Design for Bootstrap is downloadable in a two forms. First, as less/sass source files. Second, as compiled .css files.

@@ -178,19 +178,14 @@
-

Once downloaded, unzip the compressed folder to see the structure of (the compiled) Material Bootstrap. You'll see something like this:

+

If downloading instead of using Bower, once downloaded, unzip the compressed folder to see the structure of (the compiled) Material Design for Bootstrap. You'll see something like this:

Material/
                 ├── css/
-                │ ├── material.css
-                │ ├── material.css.map
-                │ ├── material.min.css
-                │ ├── material.min.css.map
-                │ ├── material-wfont.css
-                │ ├── material-wfont.css.map
-                │ ├── material-wfont.min.css
-                │ ├── material-wfont.min.css.map
-                │ ├── ripples
+                │ ├── bootstrap-material-design.css
+                │ ├── bootstrap-material-design.css.map
+                │ ├── bootstrap-material-design.min.css
+                │ ├── bootstrap-material-design.min.css.map
                 │ ├── ripples.css.map
                 │ ├── ripples.min.css
                 │ ├── ripples.min.css.map
@@ -201,12 +196,6 @@
                 │ ├── ripples.js
                 │ ├── ripples.min.js
                 │ ├── ripples.min.js.map
-                └── fonts/
-                ├── Material-Design-Icons.eot
-                ├── Material-Design-Icons.svg
-                ├── Material-Design-Icons.ttf
-                ├── Material-Design-Icons.woff
-                └── ADD REMAINING GOOGLE FONT FILES HERE
               
               

Just copy the compiled CSS and JS files and the font files from the .zip and add them to your site.