summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreqkter <thyro@gmx.ru>2023-08-20 11:19:02 +0200
committereqkter <thyro@gmx.ru>2023-08-20 11:19:02 +0200
commit63d1a02d3bb7afa30e945f64d5e7c1b0a9684fc8 (patch)
tree4d9d4dec2e9423b974b3d10d2de043fde36dee0e
parent2d7b59b81ef73620f63434269d48a45659382875 (diff)
auto updating site
-rw-r--r--static/css/style.css4
-rw-r--r--templates/base.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 29cfa10..4a4ed49 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,21 +1,25 @@
@font-face {
font-family: "Hack";
src: url(../fonts/Hack-Regular.ttf);
+ font-display: swap;
}
@font-face {
font-family: "Kingthings Foundation";
src: url(../fonts/Kingthings-Foundation.ttf);
+ font-display: swap;
}
@font-face {
font-family: "Kingthings Exeter";
src: url(../fonts/Kingthings-Exeter.ttf);
+ font-display: swap;
}
@font-face {
font-family: "Venturis Old";
src: url(../fonts/VenturisOldADF-Regular.otf);
+ font-display: swap;
}
body{
diff --git a/templates/base.html b/templates/base.html
index c6d23fc..7a630e6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,7 +15,7 @@
{% else %}
<title>AARAVOS</title>
{% endif %}
- <link href="/css/style.css?v=1.0.0" rel="stylesheet"/>
+ <link href="/css/style.css?v=1.0.1" rel="stylesheet"/>
</head>
<body>