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