diff options
-rw-r--r-- | fatcat_scholar/templates/base.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index c6841c6..7424a01 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -14,9 +14,8 @@ {%- block title -%}scholar.archive.org{%- endblock %} </title> <link rel="stylesheet" - href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css" - type="text/css" - crossorigin="anonymous"> + href="/static/scholar-semantic-ui.v2.4.2.min.css" + type="text/css"> <style> {# bnewbold: accessibility/contrast #} a { @@ -130,14 +129,6 @@ display: inline-block; } </style> - <link rel="preload" - href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin" - as="style"> - <link rel="preload" - href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/themes/default/assets/fonts/icons.woff2" - as="font" - type="font/woff2" - crossorigin="anonymous"> <link rel="icon" type="image/x-icon" href="/static/ia-favicon.ico"> |