summaryrefslogtreecommitdiff
path: root/fonts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'fonts.scss')
-rwxr-xr-xfonts.scss12
1 files changed, 12 insertions, 0 deletions
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;
+}