From 8166458b41065ba8de63f909424bfd012f8243e1 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 17 Jan 2023 00:48:17 +0000 Subject: add japanese fonts --- static/fonts/persian/persian.css | 9 +++++++++ static/fonts/persian/persian.woff2 | Bin 0 -> 13012 bytes 2 files changed, 9 insertions(+) create mode 100644 static/fonts/persian/persian.css create mode 100644 static/fonts/persian/persian.woff2 (limited to 'static/fonts/persian') diff --git a/static/fonts/persian/persian.css b/static/fonts/persian/persian.css new file mode 100644 index 0000000..efd5922 --- /dev/null +++ b/static/fonts/persian/persian.css @@ -0,0 +1,9 @@ +/* persian */ +@font-face { + font-family: Persian; + font-style: normal; + font-weight: 400; + src: local("Persian"), local("Persian-Regular"), url(persian.woff2) format("woff2"); + font-display: swap; +} + diff --git a/static/fonts/persian/persian.woff2 b/static/fonts/persian/persian.woff2 new file mode 100644 index 0000000..f649274 Binary files /dev/null and b/static/fonts/persian/persian.woff2 differ -- cgit