mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	added Montserrat-Regular.ttf to fix boldness on mac, closes #3094
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								src/public/fonts/Montserrat-Regular.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/public/fonts/Montserrat-Regular.ttf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,6 +1,13 @@
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: MontserratLight;
 | 
			
		||||
    font-family: Montserrat;
 | 
			
		||||
    src: url(../fonts/Montserrat-Light.ttf);
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Montserrat;
 | 
			
		||||
    src: url(../fonts/Montserrat-Regular.ttf);
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,13 +1,13 @@
 | 
			
		||||
:root {
 | 
			
		||||
    --theme-style: dark;
 | 
			
		||||
 | 
			
		||||
    --main-font-family: MontserratLight;
 | 
			
		||||
    --main-font-family: Montserrat;
 | 
			
		||||
    --main-font-size: normal;
 | 
			
		||||
 | 
			
		||||
    --tree-font-family: MontserratLight;
 | 
			
		||||
    --tree-font-family: Montserrat;
 | 
			
		||||
    --tree-font-size: normal;
 | 
			
		||||
 | 
			
		||||
    --detail-font-family: MontserratLight;
 | 
			
		||||
    --detail-font-family: Montserrat;
 | 
			
		||||
    --detail-font-size: normal;
 | 
			
		||||
 | 
			
		||||
    --monospace-font-family: JetBrainsLight;
 | 
			
		||||
 
 | 
			
		||||
@@ -5,13 +5,13 @@ html {
 | 
			
		||||
    /* either light or dark, colored theme with darker tones are also dark, used e.g. for note map node colors */
 | 
			
		||||
    --theme-style: light;
 | 
			
		||||
 | 
			
		||||
    --main-font-family: MontserratLight;
 | 
			
		||||
    --main-font-family: Montserrat;
 | 
			
		||||
    --main-font-size: normal;
 | 
			
		||||
 | 
			
		||||
    --tree-font-family: MontserratLight;
 | 
			
		||||
    --tree-font-family: Montserrat;
 | 
			
		||||
    --tree-font-size: normal;
 | 
			
		||||
 | 
			
		||||
    --detail-font-family: MontserratLight;
 | 
			
		||||
    --detail-font-family: Montserrat;
 | 
			
		||||
    --detail-font-size: normal;
 | 
			
		||||
 | 
			
		||||
    --monospace-font-family: JetBrainsLight;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user