|  | @@ -76,7 +76,7 @@ To use with [Secure Shell](https://chrome.google.com/webstore/detail/secure-shel
 | 
	
		
			
				|  |  |  edit the following fields in Options:
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    - font-family: `"Hack"`
 | 
	
		
			
				|  |  | -  - user-css: `https://cdn.jsdelivr.net/npm/hack-font/build/web/hack.css`
 | 
	
		
			
				|  |  | +  - user-css: `https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css`
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ## Package managers
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -108,13 +108,13 @@ Include one of the following in the <head> section of your HTML file:
 | 
	
		
			
				|  |  |  **Subset web fonts**
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ```html
 | 
	
		
			
				|  |  | -<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font/build/web/hack-subset.css">
 | 
	
		
			
				|  |  | +<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css">
 | 
	
		
			
				|  |  |  ```
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  **Full character set web fonts**
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ```html
 | 
	
		
			
				|  |  | -<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font/build/web/hack.css">
 | 
	
		
			
				|  |  | +<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css">
 | 
	
		
			
				|  |  |  ```
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #### 2. Add Hack to CSS
 |