diff --git a/assets/css/fonts.css b/assets/css/fonts.css index 533c6f6f837edc470263eda880a855c0bffa4368..9b8dcffddda2962b48e3ad93f091097e17df5d31 100644 --- a/assets/css/fonts.css +++ b/assets/css/fonts.css @@ -1,10 +1,10 @@ @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Bold.eot'); - src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Bold.woff2') format('woff2'), - url('../fonts/Lato-Bold.woff') format('woff'), - url('../fonts/Lato-Bold.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Bold.eot'); + src: url('/assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Bold.woff2') format('woff2'), + url('/assets/fonts/Lato-Bold.woff') format('woff'), + url('/assets/fonts/Lato-Bold.ttf') format('truetype'); font-style: normal; font-weight: bold; text-rendering: optimizeLegibility; @@ -12,11 +12,11 @@ @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-BoldItalic.eot'); - src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-BoldItalic.woff2') format('woff2'), - url('../fonts/Lato-BoldItalic.woff') format('woff'), - url('../fonts/Lato-BoldItalic.ttf') format('truetype'); + src: url('/assets/fonts/Lato-BoldItalic.eot'); + src: url('/assets/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-BoldItalic.woff2') format('woff2'), + url('/assets/fonts/Lato-BoldItalic.woff') format('woff'), + url('/assets/fonts/Lato-BoldItalic.ttf') format('truetype'); font-style: italic; font-weight: bold; text-rendering: optimizeLegibility; @@ -24,11 +24,11 @@ @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Italic.eot'); - src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Italic.woff2') format('woff2'), - url('../fonts/Lato-Italic.woff') format('woff'), - url('../fonts/Lato-Italic.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Italic.eot'); + src: url('/assets/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Italic.woff2') format('woff2'), + url('/assets/fonts/Lato-Italic.woff') format('woff'), + url('/assets/fonts/Lato-Italic.ttf') format('truetype'); font-style: italic; font-weight: normal; text-rendering: optimizeLegibility; @@ -36,11 +36,11 @@ @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Regular.eot'); - src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Regular.woff2') format('woff2'), - url('../fonts/Lato-Regular.woff') format('woff'), - url('../fonts/Lato-Regular.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Regular.eot'); + src: url('/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Regular.woff2') format('woff2'), + url('/assets/fonts/Lato-Regular.woff') format('woff'), + url('/assets/fonts/Lato-Regular.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; diff --git a/index.html b/index.html index 11f6840da289cdbd322b2844b38bd5800714ff63..5f2e0ff47e661a0025d3759a6699bbe307a06015 100644 --- a/index.html +++ b/index.html @@ -70,11 +70,11 @@ images.forEach(image => { observer.observe(image); });</script><style>@font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Bold.eot'); - src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Bold.woff2') format('woff2'), - url('../fonts/Lato-Bold.woff') format('woff'), - url('../fonts/Lato-Bold.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Bold.eot'); + src: url('/assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Bold.woff2') format('woff2'), + url('/assets/fonts/Lato-Bold.woff') format('woff'), + url('/assets/fonts/Lato-Bold.ttf') format('truetype'); font-style: normal; font-weight: bold; text-rendering: optimizeLegibility; @@ -82,11 +82,11 @@ images.forEach(image => { @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-BoldItalic.eot'); - src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-BoldItalic.woff2') format('woff2'), - url('../fonts/Lato-BoldItalic.woff') format('woff'), - url('../fonts/Lato-BoldItalic.ttf') format('truetype'); + src: url('/assets/fonts/Lato-BoldItalic.eot'); + src: url('/assets/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-BoldItalic.woff2') format('woff2'), + url('/assets/fonts/Lato-BoldItalic.woff') format('woff'), + url('/assets/fonts/Lato-BoldItalic.ttf') format('truetype'); font-style: italic; font-weight: bold; text-rendering: optimizeLegibility; @@ -94,11 +94,11 @@ images.forEach(image => { @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Italic.eot'); - src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Italic.woff2') format('woff2'), - url('../fonts/Lato-Italic.woff') format('woff'), - url('../fonts/Lato-Italic.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Italic.eot'); + src: url('/assets/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Italic.woff2') format('woff2'), + url('/assets/fonts/Lato-Italic.woff') format('woff'), + url('/assets/fonts/Lato-Italic.ttf') format('truetype'); font-style: italic; font-weight: normal; text-rendering: optimizeLegibility; @@ -106,11 +106,11 @@ images.forEach(image => { @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Regular.eot'); - src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Regular.woff2') format('woff2'), - url('../fonts/Lato-Regular.woff') format('woff'), - url('../fonts/Lato-Regular.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Regular.eot'); + src: url('/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Regular.woff2') format('woff2'), + url('/assets/fonts/Lato-Regular.woff') format('woff'), + url('/assets/fonts/Lato-Regular.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; diff --git a/releases/index.html b/releases/index.html index 2f66be0f81165420b51e0f5182b98b61740a30c5..b5a79c8d191b5c17c5aef04efe6f7408d51d5252 100644 --- a/releases/index.html +++ b/releases/index.html @@ -59,11 +59,11 @@ images.forEach(image => { observer.observe(image); });</script><style>@font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Bold.eot'); - src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Bold.woff2') format('woff2'), - url('../fonts/Lato-Bold.woff') format('woff'), - url('../fonts/Lato-Bold.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Bold.eot'); + src: url('/assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Bold.woff2') format('woff2'), + url('/assets/fonts/Lato-Bold.woff') format('woff'), + url('/assets/fonts/Lato-Bold.ttf') format('truetype'); font-style: normal; font-weight: bold; text-rendering: optimizeLegibility; @@ -71,11 +71,11 @@ images.forEach(image => { @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-BoldItalic.eot'); - src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-BoldItalic.woff2') format('woff2'), - url('../fonts/Lato-BoldItalic.woff') format('woff'), - url('../fonts/Lato-BoldItalic.ttf') format('truetype'); + src: url('/assets/fonts/Lato-BoldItalic.eot'); + src: url('/assets/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-BoldItalic.woff2') format('woff2'), + url('/assets/fonts/Lato-BoldItalic.woff') format('woff'), + url('/assets/fonts/Lato-BoldItalic.ttf') format('truetype'); font-style: italic; font-weight: bold; text-rendering: optimizeLegibility; @@ -83,11 +83,11 @@ images.forEach(image => { @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Italic.eot'); - src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Italic.woff2') format('woff2'), - url('../fonts/Lato-Italic.woff') format('woff'), - url('../fonts/Lato-Italic.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Italic.eot'); + src: url('/assets/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Italic.woff2') format('woff2'), + url('/assets/fonts/Lato-Italic.woff') format('woff'), + url('/assets/fonts/Lato-Italic.ttf') format('truetype'); font-style: italic; font-weight: normal; text-rendering: optimizeLegibility; @@ -95,11 +95,11 @@ images.forEach(image => { @font-face { font-family: 'Lato'; - src: url('../fonts/Lato-Regular.eot'); - src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), - url('../fonts/Lato-Regular.woff2') format('woff2'), - url('../fonts/Lato-Regular.woff') format('woff'), - url('../fonts/Lato-Regular.ttf') format('truetype'); + src: url('/assets/fonts/Lato-Regular.eot'); + src: url('/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/Lato-Regular.woff2') format('woff2'), + url('/assets/fonts/Lato-Regular.woff') format('woff'), + url('/assets/fonts/Lato-Regular.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility;