diff --git a/releases/index.pug b/releases/index.pug index 665b89d95146349472aa8d81473c182f03f8a2ee..c8cdafdd06c5af5e87fe69edabcd6c62cf37d322 100644 --- a/releases/index.pug +++ b/releases/index.pug @@ -37,22 +37,8 @@ html(lang="en") meta(name="msapplication-navbutton-color" content="#0a70c0") meta(name="apple-mobile-web-app-status-bar-style" content="#0a70c0") - style. - /* latin */ - @font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 400; - src: local('Lato Regular'), local('Lato-Regular'), url(/assets/fonts/Lato-Regular.tff) format('ttf'); - } - - /* latin */ - @font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 700; - src: local('Lato Bold'), local('Lato-Bold'), url(/assets/fonts/Lato-Bold.ttf) format('ttf'); - } + style + include /assets/css/fonts.css style include /assets/css/important.min.css style @@ -139,6 +125,4 @@ html(lang="en") script(src="/assets/js/intersectionobserver.min.js") script include /assets/js/script.js - style - include /assets/css/fonts.css link(rel="stylesheet" href="/assets/css/semantic.min.css") \ No newline at end of file