mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	fix css import in demo
This commit is contained in:
		
							parent
							
								
									6817737589
								
							
						
					
					
						commit
						1686d3da43
					
				| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
@import url(http://fonts.googleapis.com/css?family=#{$base-font}:#{$light},#{$regular},#{$bold});
 | 
					@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
 | 
				
			||||||
@import url(http://fonts.googleapis.com/css?family=#{$headers-font}:#{$light},#{$regular});
 | 
					@import url(http://fonts.googleapis.com/css?family=Montserrat:300,400);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
    margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user