diff --git a/themes/leilukin/layouts/default.twig b/themes/leilukin/layouts/default.twig index 12131dc..b7b96ff 100644 --- a/themes/leilukin/layouts/default.twig +++ b/themes/leilukin/layouts/default.twig @@ -22,6 +22,31 @@ + + + {{ theme.feeds() }} {{ theme.stylesheets() }} {{ theme.javascripts() }} diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css index 61c7224..6520d61 100644 --- a/themes/leilukin/stylesheets/all.css +++ b/themes/leilukin/stylesheets/all.css @@ -1,24 +1,3 @@ -@font-face { - font-display: swap; - font-family: 'Lexend'; - font-style: normal; - font-weight: 400; - src: url('../../../fonts/lexend-v19-latin-regular.woff2') format('woff2'); -} -@font-face { - font-display: swap; - font-family: 'Lexend'; - font-style: normal; - font-weight: 600; - src: url('../../../fonts/lexend-v19-latin-600.woff2') format('woff2'); -} -@font-face { - font-display: swap; - font-family: 'Lexend'; - font-style: normal; - font-weight: 700; - src: url('../../../fonts/lexend-v19-latin-700.woff2') format('woff2'); -} html { font-size: 16px; }