Skip to content

Commit

Permalink
Use Rawnd Musmus Duployan 1.0.0; add download link
Browse files Browse the repository at this point in the history
  • Loading branch information
dscorbett committed Oct 10, 2024
1 parent 563693e commit fa5d974
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright: Copyright 2021 Google LLC
License: Apache-2.0

Files: *.otf
Copyright: Copyright (c) 2018-2019, 2022-2023, David Corbett ([email protected]).
Copyright: Copyright (c) 2018-2019, 2022-2024, David Corbett ([email protected]).
Copyright (c) 2019-2022, Google LLC.
License: OFL-1.1

Expand Down Expand Up @@ -214,7 +214,7 @@ License: Apache-2.0
License: OFL-1.1
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
https://openfontlicense.org


-----------------------------------------------------------
Expand Down
14 changes: 9 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ limitations under the License.
*/

@font-face {
font-family: Duployan;
src: url(../fonts/Duployan-Regular.otf) format("opentype");
font-family: Rawnd Musmus Duployan;
src: url(../fonts/RawndMusmusDuployan-Regular.otf) format("opentype");
}

@font-face {
font-family: Duployan;
font-family: Rawnd Musmus Duployan;
font-weight: bold;
src: url(../fonts/Duployan-Bold.otf) format("opentype");
src: url(../fonts/RawndMusmusDuployan-Bold.otf) format("opentype");
}

:root {
--weight: normal;
--decoration: none;
--small-gap: 5px;
--font-stack: Noto Sans, sans-serif;
--dupl-font-stack: Duployan, var(--font-stack);
--dupl-font-stack: Rawnd Musmus Duployan, var(--font-stack);
font-family: var(--font-stack);
background: #ddd;
}
Expand All @@ -45,6 +45,10 @@ label {
display: inline-block;
}

#download-link {
float: right;
}

#mock-output {
display: none;
}
Expand Down
Binary file removed assets/fonts/Duployan-Bold.otf
Binary file not shown.
Binary file removed assets/fonts/Duployan-Regular.otf
Binary file not shown.
Binary file added assets/fonts/RawndMusmusDuployan-Bold.otf
Binary file not shown.
Binary file added assets/fonts/RawndMusmusDuployan-Regular.otf
Binary file not shown.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
Auto-syllabify:
<input type="checkbox" id="autosyllabification" checked>
</label>
<div id="download-link">
<a href="https://github.com/dscorbett/duployan-font/releases/tag/RawndMusmusDuployan-v1.0.0">Download the font</a>
</div>
<div id="output" class="Dupl" autofocus contenteditable
autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false"
></div>
Expand Down

0 comments on commit fa5d974

Please sign in to comment.