Update stylesheets to load fonts via HTTPS
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
font-family: 'Cardo';
|
||||
font-style: 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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user