Skip to content

Commit

Permalink
fonts over https
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin committed Feb 12, 2024
1 parent 55b0ce0 commit 2c7140d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,16 @@ div#offcanvas-buttons {

@font-face {
font-family: "hagstofa";
src: url("http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.eot");
src: url("http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.eot?#iefix") format("embedded-opentype"), url("http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.woff") format("woff"), url("http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.tiff") format("truetype");
src: url("https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.eot");
src: url("https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.eot?#iefix") format("embedded-opentype"), url("https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.woff") format("woff"), url("https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa.tiff") format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'icomoon';
src: url('http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.eot?aqhxaf');
src: url('http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.eot?aqhxaf#iefix') format('embedded-opentype'), url('http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.ttf?aqhxaf') format('truetype'), url('http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.woff?aqhxaf') format('woff'), url('http://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.svg?aqhxaf#icomoon') format('svg');
src: url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.eot?aqhxaf');
src: url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.eot?aqhxaf#iefix') format('embedded-opentype'), url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.ttf?aqhxaf') format('truetype'), url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.woff?aqhxaf') format('woff'), url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.svg?aqhxaf#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 2c7140d

Please sign in to comment.