summaryrefslogtreecommitdiff
path: root/fonts.scss
blob: 9a99067b61f0cbb695a12c7fa996e87004597b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}