From a3ace459ad663f9fd01624320e7c0ec7a132cdce Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 29 Aug 2023 14:44:14 +0200 Subject: First commit --- fonts.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 fonts.scss (limited to 'fonts.scss') diff --git a/fonts.scss b/fonts.scss new file mode 100755 index 0000000..9a99067 --- /dev/null +++ b/fonts.scss @@ -0,0 +1,12 @@ +// Copyright © 2023 Milan Mišić (eMail: fridolin.411@web.de) + +// Font family: Prompt +// The license is included in the file OFL.txt +// If you did not receive a copy of the license with this file, you may download it under https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + +@font-face { + font-family: 'Prompt'; + src: url('/resources/Fonts/Prompt/Prompt-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} -- cgit v1.2.3