diff options
Diffstat (limited to 'static/fonts/legal/legal.css')
-rw-r--r-- | static/fonts/legal/legal.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/fonts/legal/legal.css b/static/fonts/legal/legal.css new file mode 100644 index 0000000..553ad93 --- /dev/null +++ b/static/fonts/legal/legal.css @@ -0,0 +1,9 @@ +/* legal */ +@font-face { + font-family: legal; + font-style: normal; + font-weight: 400; + src: local("legal"), local("legal-Regular"), url(legal.woff2) format("woff2"); + font-display: swap; +} + |