summaryrefslogtreecommitdiff
path: root/docs/_includes/preload-font-files.html
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2020-08-20 21:18:18 +0300
committerRasmus Andersson <rasmus@notion.se>2020-08-20 21:18:18 +0300
commitb7435015ca9b0e5a2ac33ac1e4c7a924a11397a7 (patch)
tree6dac69025335d803bf50330741f07f1cfe0d2979 /docs/_includes/preload-font-files.html
parente9cc7718f3cf9a6eac29d02de84dd37ad0863dd8 (diff)
downloadinter-b7435015ca9b0e5a2ac33ac1e4c7a924a11397a7.tar.xz
web: update version in resource urls
Diffstat (limited to 'docs/_includes/preload-font-files.html')
-rw-r--r--docs/_includes/preload-font-files.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/preload-font-files.html b/docs/_includes/preload-font-files.html
index 8e63ac0d9..cbeaab35c 100644
--- a/docs/_includes/preload-font-files.html
+++ b/docs/_includes/preload-font-files.html
@@ -5,5 +5,5 @@ assign url_root = "/" %}{% else %}{%
assign url_root = "/inter/" %}{% endif %}{%
assign font_v = site.data.fontinfo[0].version
-%}<link rel="preload" href="{{url_root}}font-files/Inter-roman.var.woff2?v=3.15" as="font" type="font/woff2" crossorigin="anonymous">
- <link rel="preload" href="{{url_root}}font-files/Inter-italic.var.woff2?v=3.15" as="font" type="font/woff2" crossorigin="anonymous"> \ No newline at end of file
+%}<link rel="preload" href="{{url_root}}font-files/Inter-roman.var.woff2?v={{font_v}}" as="font" type="font/woff2" crossorigin="anonymous">
+ <link rel="preload" href="{{url_root}}font-files/Inter-italic.var.woff2?v={{font_v}}" as="font" type="font/woff2" crossorigin="anonymous"> \ No newline at end of file