diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-16 18:18:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-20 16:15:23 -0700 |
commit | 5d48eddfd95bc447a9dd2defc532e60c12a6b464 (patch) | |
tree | 971247625a3ff33cd2f391094474cdb2c7489116 /fatcat_scholar/templates/base.html | |
parent | f35ad96bf4eebfd1ff663549cfaaf42a191526a2 (diff) | |
download | fatcat-scholar-5d48eddfd95bc447a9dd2defc532e60c12a6b464.tar.gz fatcat-scholar-5d48eddfd95bc447a9dd2defc532e60c12a6b464.zip |
html: point to local semantic-ui CSS
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-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"> |