mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	docs: remember to include needed fonts!
This commit is contained in:
		
							parent
							
								
									8e75295c22
								
							
						
					
					
						commit
						a5a1aeab75
					
				| 
						 | 
				
			
			@ -17,6 +17,7 @@ Looking to quickly add Bootstrap to your project? Use the Bootstrap CDN, provide
 | 
			
		|||
Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
 | 
			
		||||
 | 
			
		||||
{% highlight html %}
 | 
			
		||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">
 | 
			
		||||
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
 | 
			
		||||
{% endhighlight %}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -42,7 +43,10 @@ Be sure to have your pages set up with the latest design and development standar
 | 
			
		|||
    <meta charset="utf-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
			
		||||
 | 
			
		||||
    <!-- Bootstrap CSS -->
 | 
			
		||||
    <!-- Material Design for Bootstrap fonts and icons -->
 | 
			
		||||
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">
 | 
			
		||||
 | 
			
		||||
    <!-- Material Design for Bootstrap CSS -->
 | 
			
		||||
    <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user