replace Montserrat with Inter
This commit is contained in:
		
							parent
							
								
									cf2e398370
								
							
						
					
					
						commit
						90be6f5d10
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
    font-family: 'Montserrat', sans-serif;
 | 
					    font-family: 'Inter', sans-serif;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
h1, h2, h3, h4, h5 {
 | 
					h1, h2, h3, h4, h5 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,9 +5,11 @@
 | 
				
			||||||
    <meta charset="UTF-8">
 | 
					    <meta charset="UTF-8">
 | 
				
			||||||
    <title>{{garden_title}} - {{page_title}}</title>
 | 
					    <title>{{garden_title}} - {{page_title}}</title>
 | 
				
			||||||
    <link href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" rel="stylesheet">
 | 
					    <link href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" rel="stylesheet">
 | 
				
			||||||
 | 
					    <link rel="preconnect" href="https://fonts.gstatic.com">
 | 
				
			||||||
    <link
 | 
					    <link
 | 
				
			||||||
        href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat&display=swap"
 | 
					        href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap"
 | 
				
			||||||
        rel="stylesheet">
 | 
					        rel="stylesheet">
 | 
				
			||||||
 | 
					    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap" rel="stylesheet">
 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
				
			||||||
    <meta property="og:site_name" content="{{garden_title}}" />
 | 
					    <meta property="og:site_name" content="{{garden_title}}" />
 | 
				
			||||||
    <meta property="og:title" content="{{page_title}}" />
 | 
					    <meta property="og:title" content="{{page_title}}" />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue