From 788e1f8a32588e9797b8b8d51088700dcc8eb52a Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Thu, 21 Jan 2021 01:29:01 +0530 Subject: [PATCH] font added to the css --- themes/alchemy/static/css/space.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/themes/alchemy/static/css/space.css b/themes/alchemy/static/css/space.css index 6fb5e1d..05725de 100644 --- a/themes/alchemy/static/css/space.css +++ b/themes/alchemy/static/css/space.css @@ -62,4 +62,16 @@ to { transform: translateY(-2000px); } -} \ No newline at end of file +} + +@font-face { + font-family: ExodarOut; + src: url(Exodar-Outline.woff2), + url(Exodar-Outline.woff); +} + +@font-face { + font-family: Exodar; + src: url(Exodar.woff), + url(Exodar.woff2); +}