Skip to content

Commit

Permalink
fuf: Apply #123
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jan 25, 2023
1 parent 8bc7110 commit 1e6a816
Show file tree
Hide file tree
Showing 9 changed files with 1,058 additions and 536 deletions.
919 changes: 666 additions & 253 deletions adlm/fuf-details.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions adlm/fuf.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,28 @@
#freeText { font-size: 18px; }
}








.useBlockExamples .charExample .ex {
font-size:250%;
line-height: 1;
}
.useBlockExamples .charExample.inline .ex {
font-size: 200%;
}

.map .charExample .ex {
font-size: 1.6rem;
}







640 changes: 357 additions & 283 deletions adlm/fuf.html

Large diffs are not rendered by default.

Binary file added adlm/images/fig_baselines_sans.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adlm/images/fig_bidi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adlm/images/fig_cursive_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adlm/images/fig_joined_writing_style.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adlm/images/fig_unjoined_writing_style.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions common29/block-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ body {
}


.codepoint span:first-of-type, .codepoint bdi {
cursor: pointer;
}

.codepoint span[lang], .codepoint bdi[lang] {
color: black;
font-size: 1.4rem;
}


/* INLINES */

Expand Down Expand Up @@ -99,6 +108,7 @@ a { font-weight: 400; }
.ex {
cursor:pointer;
color: chocolate;
font-size: 2rem;
}
.exi {
color:red;
Expand Down

0 comments on commit 1e6a816

Please sign in to comment.