fix: bold font weight
This commit is contained in:
		
							parent
							
								
									55bfd911b9
								
							
						
					
					
						commit
						b370e98031
					
				| 
						 | 
					@ -1,19 +1,19 @@
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
    font-family: 'roboto-light';
 | 
					    font-family: 'roboto';
 | 
				
			||||||
    src: url('../fonts/roboto/roboto-light.woff') format('woff');
 | 
					    src: url('../fonts/roboto/roboto-light.woff') format('woff');
 | 
				
			||||||
    font-weight: normal;
 | 
					    font-weight: lighter;
 | 
				
			||||||
    font-style: normal;
 | 
					    font-style: normal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
    font-family: 'roboto-regular';
 | 
					    font-family: 'roboto';
 | 
				
			||||||
    src: url('../fonts/roboto/roboto-regular.woff') format('woff');
 | 
					    src: url('../fonts/roboto/roboto-regular.woff') format('woff');
 | 
				
			||||||
    font-weight: normal;
 | 
					    font-weight: normal;
 | 
				
			||||||
    font-style: normal;
 | 
					    font-style: normal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
    font-family: 'roboto-bold';
 | 
					    font-family: 'roboto';
 | 
				
			||||||
    src: url('../fonts/roboto/roboto-bold.woff') format('woff');
 | 
					    src: url('../fonts/roboto/roboto-bold.woff') format('woff');
 | 
				
			||||||
    font-weight: bold;
 | 
					    font-weight: bold;
 | 
				
			||||||
    font-style: normal;
 | 
					    font-style: normal;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,2 +1,2 @@
 | 
				
			||||||
$font-family: 'roboto-regular', Arial, Helvetica, sans-serif;
 | 
					$font-family: 'roboto', Arial, Helvetica, sans-serif;
 | 
				
			||||||
$font-size: 1.05rem;
 | 
					$font-size: 1.05rem;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue