initial source commit
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "appendix")
|
||||
◊(chapter-from-metas metas)
|
||||
|
@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function get_query_variable(key)
|
||||
{
|
||||
var query = window.location.search.substring(1);
|
||||
var vars = query.split("&");
|
||||
for (var i=0;i<vars.length;i++) {
|
||||
var pair = vars[i].split("=");
|
||||
if(pair[0] == key){return pair[1];}
|
||||
}
|
||||
return(false);
|
||||
}
|
||||
|
||||
function finish_form_with_query_variable(key)
|
||||
{
|
||||
var query_value = get_query_variable(key);
|
||||
if (query_value != false) {
|
||||
document.getElementById('post_form_item').value = query_value;
|
||||
document.forms['post_form'].submit();
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onLoad='finish_form_with_query_variable("item")'>
|
||||
<form id="post_form" method="post" action="http://buy.mbtype.com/cart">
|
||||
<input id="post_form_item" name="cart[add][id]" type="hidden" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,30 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "body text")
|
||||
◊hanging-topic[(topic-from-metas metas)]{Four important considerations}
|
||||
|
||||
◊center{
|
||||
Please note:
|
||||
◊strong{BODY TEXT}
|
||||
is the most common
|
||||
element of a document.
|
||||
Therefore, how the body
|
||||
text looks will have the
|
||||
most noticeable effect
|
||||
on the appearance
|
||||
of the document.
|
||||
Consequently,
|
||||
you should
|
||||
set up the
|
||||
body text
|
||||
◊strong{FIRST}.
|
||||
|
||||
Start with
|
||||
font, ◊xref{point size},
|
||||
◊xref{line spacing}, and
|
||||
◊xref{line length}, because
|
||||
those four decisions will
|
||||
largely determine how
|
||||
the body text will
|
||||
look. OK?
|
||||
}
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,6 @@
|
||||
ol li {
|
||||
margin-left: 2.2rem;
|
||||
}
|
||||
ol li p{
|
||||
margin-left: .3rem;
|
||||
}
|
After Width: | Height: | Size: 36 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Alright Sans")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://okaytype.com/alright/sans"]{OkayType}
|
After Width: | Height: | Size: 36 KiB |
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Arial")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
After Width: | Height: | Size: 38 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Atlas")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["https://commercialtype.com/catalog/atlas/atlas_grotesk"]{Commercial Type}
|
After Width: | Height: | Size: 38 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Baskerville 10")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["https://www.stormtype.com/families/baskerville-original"]{Storm Type Foundry}
|
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Baskerville")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
After Width: | Height: | Size: 37 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Bernini Sans")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://justanotherfoundry.com/bernini-sans"]{Just Another Foundry}
|
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Brandon Text")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://hvdfonts.com/brandontext/"]{HvD Fonts}
|
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Breuer")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://typetrust.com/font/breuertext"]{TypeTrust}
|
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Calibri")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Cambria")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Charter")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://practicaltypography.com/charter.html"]{Practical Typography (free)}
|
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Chronicle")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://www.typography.com/fonts/chronicle-text/overview/"]{Hoefler & Co.}
|
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Concourse")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["/concourse.html"]{the TFL website}
|
After Width: | Height: | Size: 38 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Cooper Hewitt")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://www.cooperhewitt.org/open-source-at-cooper-hewitt/cooper-hewitt-the-typeface-by-chester-jenkins/"]{The Cooper Hewitt (free)}
|
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Courier New")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Elena")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["https://processtypefoundry.com/fonts/elena/"]{Process Type Foundry}
|
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Equity")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["/equity.html"]{the TFL website}
|
After Width: | Height: | Size: 36 KiB |
@ -0,0 +1,7 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Fort")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
||||
|
||||
◊buylink["http://www.mckltype.com/retail/fort/"]{MCKL}
|
After Width: | Height: | Size: 37 KiB |
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Georgia")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1,5 @@
|
||||
#lang pollen
|
||||
|
||||
◊(define-meta title "Gill Sans")
|
||||
|
||||
◊(pdf-thumbnail-link-from-metas metas)
|
After Width: | Height: | Size: 39 KiB |