mirror of
				https://github.com/kuohuanhuan/x-markdown-css.git
				synced 2024-11-25 06:18:19 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			v0.0.2
			...
			7ffabe53bd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						7ffabe53bd
	
				 | 
					
					
						|||
| 
						
						
							
						
						95a1576179
	
				 | 
					
					
						
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -33,7 +33,7 @@ jobs:
 | 
				
			|||||||
        uses: TheDoctor0/zip-release@0.7.1
 | 
					        uses: TheDoctor0/zip-release@0.7.1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          type: tar
 | 
					          type: tar
 | 
				
			||||||
          path: dist/*
 | 
					          path: dist/
 | 
				
			||||||
          filename: build.tar.gz
 | 
					          filename: build.tar.gz
 | 
				
			||||||
      # Step VI
 | 
					      # Step VI
 | 
				
			||||||
      - name: Publish to NPM Registry
 | 
					      - name: Publish to NPM Registry
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
// Font stack
 | 
					// Font stack
 | 
				
			||||||
$font-sans: 'Open Sans', 'Inter', 'Roboto', 'Helvetica', 'Arial', 'Sarasa Gothic TC', 'Sarasa Gothic SC', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft JhengHei', 'Microsoft YaHei', -apple-system, sans-serif;
 | 
					$font-sans: 'Open Sans', 'Inter', 'Roboto', 'Helvetica', 'Arial', 'Sarasa Gothic TC', 'Sarasa Gothic SC', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft JhengHei', 'Microsoft YaHei', -apple-system, sans-serif;
 | 
				
			||||||
$font-serif: 'Merriweather', 'Georgia', 'Times New Roman', 'Times', 'Source Han Serif Traditional Chinese', 'Source Han Serif Simplified Chinese', 'Noto Serif TC', 'Noto Serif SC', serif;
 | 
					$font-serif: 'Merriweather', 'Georgia', 'Times New Roman', 'Times', 'Source Han Serif Traditional Chinese', 'Source Han Serif Simplified Chinese', 'Noto Serif TC', 'Noto Serif SC', serif;
 | 
				
			||||||
$font-mono: 'DM Mono', 'Fira Code', 'Jetbrains Mono', 'Input Mono', 'Menlo', 'MesloLGS NF', 'Ubuntu', monospace;
 | 
					$font-mono: 'DM Mono', 'Fira Code', 'Jetbrains Mono', 'Input Mono', 'Menlo', 'MesloLGS NF', 'Ubuntu', 'Sarasa Gothic TC', 'Sarasa Gothic SC', monospace;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Font defaults
 | 
					// Font defaults
 | 
				
			||||||
$font-display: var(--xm-font-sans);
 | 
					$font-display: var(--xm-font-sans);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user