Update stylesheets to load fonts via HTTPS
This commit is contained in:
		| @@ -5,5 +5,5 @@ | |||||||
| 	font-family: 'Cardo'; | 	font-family: 'Cardo'; | ||||||
| 	font-style: normal; | 	font-style: normal; | ||||||
| 	font-weight: normal; | 	font-weight: normal; | ||||||
| 	src: local('Cardo'), url('http://aclindsay.com/fonts/Cardo99s.ttf') format('truetype'); | 	src: local('Cardo'), url('https://aclindsay.com/fonts/Cardo99s.ttf') format('truetype'); | ||||||
| } | } | ||||||
|   | |||||||
| @@ -5,19 +5,19 @@ | |||||||
| 	font-family: 'Tangerine'; | 	font-family: 'Tangerine'; | ||||||
| 	font-style: normal; | 	font-style: normal; | ||||||
| 	font-weight: bold; | 	font-weight: bold; | ||||||
| 	src: local('Tangerine Bold'), local('Tangerine-Bold'), url('http://wedding.aclindsay.com/fonts/Tangerine_Bold.ttf') format('truetype'); | 	src: local('Tangerine Bold'), local('Tangerine-Bold'), url('https://wedding.aclindsay.com/fonts/Tangerine_Bold.ttf') format('truetype'); | ||||||
| } | } | ||||||
| @font-face { | @font-face { | ||||||
| 	font-family: 'Tangerine'; | 	font-family: 'Tangerine'; | ||||||
| 	font-style: normal; | 	font-style: normal; | ||||||
| 	font-weight: normal; | 	font-weight: normal; | ||||||
| 	src: local('Tangerine'), url('http://wedding.aclindsay.com/fonts/Tangerine_Regular.ttf') format('truetype'); | 	src: local('Tangerine'), url('https://wedding.aclindsay.com/fonts/Tangerine_Regular.ttf') format('truetype'); | ||||||
| } | } | ||||||
| @font-face { | @font-face { | ||||||
| 	font-family: 'Cardo'; | 	font-family: 'Cardo'; | ||||||
| 	font-style: normal; | 	font-style: normal; | ||||||
| 	font-weight: normal; | 	font-weight: normal; | ||||||
| 	src: local('Cardo'), url('http://wedding.aclindsay.com/fonts/Cardo99s.ttf') format('truetype'); | 	src: local('Cardo'), url('https://wedding.aclindsay.com/fonts/Cardo99s.ttf') format('truetype'); | ||||||
| } | } | ||||||
|  |  | ||||||
| body { | body { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user