mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 13:40:42 +03:00
update getting started regarding old embedded fonts
This commit is contained in:
parent
72f7246a6a
commit
1b7c962687
23
index.html
23
index.html
|
@ -145,7 +145,7 @@
|
||||||
|
|
||||||
<h3>What's included</h3>
|
<h3>What's included</h3>
|
||||||
<hr>
|
<hr>
|
||||||
<p>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</p>
|
<p>Material Design for Bootstrap is downloadable in a two forms. First, as less/sass source files. Second, as compiled .css files.</p>
|
||||||
|
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
|
@ -178,19 +178,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Material Bootstrap. You'll see something like this:</p>
|
<p>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:</p>
|
||||||
<!-- This code must be aligned this way to render correctly -->
|
<!-- This code must be aligned this way to render correctly -->
|
||||||
<pre><code class="language-bash" data-lang="bash">Material/
|
<pre><code class="language-bash" data-lang="bash">Material/
|
||||||
├── css/
|
├── css/
|
||||||
│ ├── material.css
|
│ ├── bootstrap-material-design.css
|
||||||
│ ├── material.css.map
|
│ ├── bootstrap-material-design.css.map
|
||||||
│ ├── material.min.css
|
│ ├── bootstrap-material-design.min.css
|
||||||
│ ├── material.min.css.map
|
│ ├── bootstrap-material-design.min.css.map
|
||||||
│ ├── material-wfont.css
|
|
||||||
│ ├── material-wfont.css.map
|
|
||||||
│ ├── material-wfont.min.css
|
|
||||||
│ ├── material-wfont.min.css.map
|
|
||||||
│ ├── ripples
|
|
||||||
│ ├── ripples.css.map
|
│ ├── ripples.css.map
|
||||||
│ ├── ripples.min.css
|
│ ├── ripples.min.css
|
||||||
│ ├── ripples.min.css.map
|
│ ├── ripples.min.css.map
|
||||||
|
@ -201,12 +196,6 @@
|
||||||
│ ├── ripples.js
|
│ ├── ripples.js
|
||||||
│ ├── ripples.min.js
|
│ ├── ripples.min.js
|
||||||
│ ├── ripples.min.js.map
|
│ ├── 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
|
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
<p>Just copy the compiled CSS and JS files and the font files from the .zip and add them to your site.</p>
|
<p>Just copy the compiled CSS and JS files and the font files from the .zip and add them to your site.</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user