Skip to content

Commit

Permalink
fonts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin committed Feb 12, 2024
1 parent 46c2ab6 commit 55b0ce0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<style>
@font-face {
font-family: "hagstofa7";
src:url("//haxdev.s3.amazonaws.com/static/fonts/hagstofa7.eot");
src:url("//haxdev.s3.amazonaws.com/static/fonts/hagstofa7.eot%3F%23iefix") format("embedded-opentype"),
url("//haxdev.s3.amazonaws.com/static/fonts/hagstofa7.woff") format("woff"),
url("//haxdev.s3.amazonaws.com/static/fonts/hagstofa7.ttf") format("truetype"),
url("//haxdev.s3.amazonaws.com/static/fonts/hagstofa7.svg%23hagstofa7") format("svg");
src:url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.eot");
src:url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.eot%3F%23iefix") format("embedded-opentype"),
url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.woff") format("woff"),
url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.ttf") format("truetype"),
url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.svg%23hagstofa7") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@
}

</script>
<script src='//haxdev.s3.amazonaws.com/static/js/bootstrap.min.js'
<script src='//hagstofas3bucket.hagstofa.is/haxdev/static/js/bootstrap.min.js'
type="text/javascript"></script>
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://haxdev.s3.amazonaws.com/static/fonts/hagstofa.eot");
src: url("http://haxdev.s3.amazonaws.com/static/fonts/hagstofa.eot?#iefix") format("embedded-opentype"), url("http://haxdev.s3.amazonaws.com/static/fonts/hagstofa.woff") format("woff"), url("http://haxdev.s3.amazonaws.com/static/fonts/hagstofa.tiff") format("truetype");
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");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'icomoon';
src: url('http://haxdev.s3.amazonaws.com/static/fonts/icomoon.eot?aqhxaf');
src: url('http://haxdev.s3.amazonaws.com/static/fonts/icomoon.eot?aqhxaf#iefix') format('embedded-opentype'), url('http://haxdev.s3.amazonaws.com/static/fonts/icomoon.ttf?aqhxaf') format('truetype'), url('http://haxdev.s3.amazonaws.com/static/fonts/icomoon.woff?aqhxaf') format('woff'), url('http://haxdev.s3.amazonaws.com/static/fonts/icomoon.svg?aqhxaf#icomoon') format('svg');
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');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 55b0ce0

Please sign in to comment.