Skip to content
Snippets Groups Projects
Verified Commit d196476f authored by Owen Graham's avatar Owen Graham
Browse files

Copy `fonts.css` from AMRDC Theme

parent 06f7d971
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{%- if g.embedded %} (Embed){% endif -%} {%- if g.embedded %} (Embed){% endif -%}
</title> </title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="https://amrdc.ssec.wisc.edu/wp-test/wp-content/themes/amrdc-theme/dist/fonts/uw160/fonts.css?ver=1.0.0"> <link rel="stylesheet" href="{{ url_for('static', filename='fonts.css') }}">
<script> <script>
const SCRIPT_ROOT = {{ request.script_root | tojson }}; const SCRIPT_ROOT = {{ request.script_root | tojson }};
const RECORD_YEARS = {{ g.record_years | tojson }}; const RECORD_YEARS = {{ g.record_years | tojson }};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment