Replace <pre> with <p>
This commit is contained in:
parent
359bd3b608
commit
708005aa04
13
index.html
13
index.html
|
@ -29,10 +29,13 @@
|
|||
margin: 0 auto;
|
||||
padding: 4rem 0;
|
||||
}
|
||||
pre, .show, #links {
|
||||
p, pre, .show, #links {
|
||||
font-family: "IosevkaWEB", monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
div.show {
|
||||
font-size: 2rem;
|
||||
width: 68rem;
|
||||
|
@ -130,10 +133,10 @@
|
|||
<script src="http://cdnjscn.b0.upaiyun.com/libs/zepto/1.1.4/zepto.min.js"></script>
|
||||
</html>
|
||||
<body>
|
||||
<pre>Iosevka is a monospace coding typeface inspired by <a href="http://www.fsd.it/fonts/pragmatapro.htm">Pragmata Pro</a>, <a href="http://mplus-fonts.osdn.jp/">M+</a> and <a href="http://www.parachute.gr/typefaces/allfonts/din-mono-pro">PF DIN Mono</a>. It is designed to have a narrow shape to be space efficient and compatible to CJK characters.
|
||||
The current release is <strong><a href="https://github.com/be5invis/Iosevka/releases/tag/v0.0.3">v0.0.3</a></strong>. You can find all releases <a href="https://github.com/be5invis/Iosevka/releases/">here</a>. The release 0.1.0 will be WGL-4 compatible.
|
||||
By the way it is completely generated by <a href="http://github.com/be5invis/Iosevka">code</a>.
|
||||
Glyphs covered so far:</pre>
|
||||
<p>Iosevka is a monospace coding typeface inspired by <a href="http://www.fsd.it/fonts/pragmatapro.htm">Pragmata Pro</a>, <a href="http://mplus-fonts.osdn.jp/">M+</a> and <a href="http://www.parachute.gr/typefaces/allfonts/din-mono-pro">PF DIN Mono</a>. It is designed to have a narrow shape to be space efficient and compatible to CJK characters.</p>
|
||||
<p>The current release is <strong><a href="https://github.com/be5invis/Iosevka/releases/tag/v0.0.3">v0.0.3</a></strong>. You can find all releases <a href="https://github.com/be5invis/Iosevka/releases/">here</a>. The release 0.1.0 will be WGL-4 compatible.</p>
|
||||
<p>By the way it is completely generated by <a href="http://github.com/be5invis/Iosevka">code</a>.</p>
|
||||
<p>Glyphs covered so far:</p>
|
||||
<div id="links"></div>
|
||||
<script>
|
||||
function padzero(s, n){
|
||||
|
|
Loading…
Reference in New Issue
Block a user