Fix sound fonts
This commit is contained in:
		
							parent
							
								
									e293e239df
								
							
						
					
					
						commit
						1cf948f1a9
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
* {
 | 
					* {
 | 
				
			||||||
    /* `otf-font-awesome` is required to be installed for icons */
 | 
					    /* `otf-font-awesome` is required to be installed for icons */
 | 
				
			||||||
    font-family: "Roboto Sans";
 | 
					    font-family: "Roboto Sans", "FontAwesome";
 | 
				
			||||||
    font-size: 14px;
 | 
					    font-size: 14px;
 | 
				
			||||||
    font-weight:500;
 | 
					    font-weight:500;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue