recuce padding
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 408 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 352 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 258 KiB |
|
@ -15,6 +15,10 @@
|
|||
.oblique { font-style: oblique }
|
||||
.slab { font-family: "Iosevka Slab", monospace }
|
||||
|
||||
html,body{
|
||||
margin: 0;
|
||||
padding:0;
|
||||
}
|
||||
body {
|
||||
font-family: "Iosevka";
|
||||
background: #008000;
|
||||
|
@ -39,7 +43,7 @@ section.preview {
|
|||
section.preview pre {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 1.5em 0;
|
||||
margin: 1.2rem 0;
|
||||
line-height: 1.5;
|
||||
}
|
||||
section.color-light {
|
||||
|
@ -356,13 +360,13 @@ section#opentype span.rhs.sub b {
|
|||
]
|
||||
</code></pre></section></section>
|
||||
|
||||
<section id="variants"><section class="preview color-light" style="background:white;font-size:1.1em"><pre>
|
||||
<section id="variants"><section class="preview color-light" style="background:white;font-size:1.1em"><pre style="margin:0.25rem 0">
|
||||
<i>default</i> <span><span class="keyword">set</span> font.name.uniqueSubFamily <span class="string">"\(para.family) \(para.style) \(para.version) (\(para.codename))"</span></span>
|
||||
<i> hooky</i> <span style="-webkit-font-feature-settings:'ss01'"><span class="keyword">set</span> font.name.uniqueSubFamily <span class="string">"\(para.family) \(para.style) \(para.version) (\(para.codename))"</span></span>
|
||||
<i>zshaped</i> <span style="-webkit-font-feature-settings:'ss02'"><span class="keyword">set</span> font.name.uniqueSubFamily <span class="string">"\(para.family) \(para.style) \(para.version) (\(para.codename))"</span></span>
|
||||
</pre></section></section>
|
||||
|
||||
<section id="weights"><section class="preview color-light" style="background:white;font-size:2em"><pre>
|
||||
<section id="weights"><section class="preview color-light" style="background:white;font-size:2em"><pre style="margin:0.25rem 0">
|
||||
<span class="thin"><span class="built_in">float</span> Fox.quick(h){ is_brown <span class="operator">&&</span> it_jumps_over(doges.lazy); }</span>
|
||||
<span class="extralight"><span class="built_in">float</span> Fox.quick(h){ is_brown <span class="operator">&&</span> it_jumps_over(doges.lazy); }</span>
|
||||
<span class="light"><span class="built_in">float</span> Fox.quick(h){ is_brown <span class="operator">&&</span> it_jumps_over(doges.lazy); }</span>
|
||||
|
|