Increase the bar-dot space of /exclam by 18%.
This commit is contained in:
parent
45de1984a1
commit
20d4cc5412
|
@ -224,7 +224,7 @@ symbol-block 'Emotion Punctuations'
|
|||
sketch # exclam
|
||||
set-width WIDTH
|
||||
include capitalMarks
|
||||
include : VBar MIDDLE questionBottom CAP
|
||||
include : VBar MIDDLE [clamp 0 (CAP * 0.4) (questionBottom * 1.18)] CAP
|
||||
include : Ring (DOTSIZE - O) O (MIDDLE - DOTRADIUS + O) (MIDDLE + DOTRADIUS - O) true
|
||||
save 'exclam' '!'
|
||||
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="display" class="show {{currentFont.cls}}">
|
||||
<p class="waterfall" v-for="size in waterfall" style="font-size:{{size / 14}}rem">float Fox.quick(h){isBrown && jumpOver(doges.lazy)}</p>
|
||||
<p class="waterfall" v-for="size in waterfall" style="font-size:{{size / 14}}rem">float Fox.quick(h){!isBrown && jumpOver(doges.lazy)}</p>
|
||||
<p class="lipsum" v-for="item in lipsums">{{item}}</p>
|
||||
<pre class="langs"><code class=patel><span class=keyword>define</span> samples : <span class=keyword>object</span><template v-for="sample in samples">
|
||||
{<span class=qualifier>.lang</span> <span class=string>'{{sample.lang}}'</span>{{sample.spaces}}<span class=qualifier>.sample</span> <span class=string lang="{{sample.code}}">'{{{sample.sample}}}'</span>}<span class=comment>{{sample.comment}}</span></template></code></pre>
|
||||
|
|
Loading…
Reference in New Issue
Block a user