There are no notes for this item.
Prop | Required? | Type | Default | Description |
---|
<section id="sans" class="usa-grid">
<h4>Source Sans Pro (<tt>.usa-sans</tt>)</h4>
<div class="usa-grid-full">
<div class="usa-width-one-half">
<p>Source Sans Pro is an open-source sans serif typeface created for legibility in UI design. With a variety of weights that read easily at all sizes, Source Sans Pro provides clear headers as well as highly-readable body text.</p>
<p>Inspired by twentieth-century American gothic typeface design, its slender but open letters offer a clean and friendly simplicity. Advanced hinting allows Source Sans Pro to render well on Windows systems which run Cleartype, and across browsers
and devices. Moreover, it supports a variety of languages and alphabets, including Western and European language, Vietnamese, pinyin Romanization of Chinese, and Navajo.</p>
</div>
<div class="usa-sans typography-sans-intro usa-width-one-half usa-end-row">
<span class="text-huge">Aa</span>
<div>
<p class="text-tiny">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</p>
<p class="text-tiny">a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
<p class="text-tiny">0 1 2 3 4 5 6 7 8 9</p>
</div>
</div>
</div>
</section>
<section id="bitter" class="usa-grid">
<h4>Bitter (<tt>.usa-bitter</tt>)</h4>
<div class="usa-grid-full">
<div class="usa-width-one-half">
<p>People read and interact with text on screens more and more each day. What happens on screen ends up being more important than what comes out of the printer. With the accelerating popularity of electronic books, type designers are working
hard to seek out the ideal designs for reading on screen.</p>
<p>Motivated by my love for the pixel I designed Bitter. A “contemporary” slab serif typeface for text, it is specially designed for comfortably reading on any computer or device. The robust design started from the austerity of the pixel grid,
based on rational rather than emotional principles. It combines the large x-heights and legibility of the humanistic tradition with subtle characteristics in the characters that inject a certain rhythm to flowing texts.</p>
<p>Bitter has little variation in stroke weight and the Regular is thicker than a normal ‘Regular’ style for print design. This generates an intense color in paragraphs, accentuated by the serifs that are as thick as strokes with square terminals.</p>
<p>Each glyph is carefully designed with an excellent curve quality added to the first stage of the design, that was entirely made in a pixel grid. The typeface is balanced and manually spaced to use very few kerning pairs, especially important
for web font use since most browsers do not currently support this feature.</p>
</div>
<div class="usa-bitter typography-bitter-intro usa-width-one-half usa-end-row">
<span class="text-huge">Aa</span>
<div>
<p class="text-tiny">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</p>
<p class="text-tiny">a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
<p class="text-tiny">0 1 2 3 4 5 6 7 8 9</p>
</div>
</div>
</div>
</section>
<style scoped>
.text-tiny {
margin: 5px initial 0;
}
.text-tiny:first-child {
margin-top: 0;
}
.text-huge {
font-size: 140px;
line-height: 1.05;
}
.text-tiny {
font-size: 15px;
}
.typography-serif-intro .text-huge {
font-size: 120px;
line-height: 1.275;
}
.typography-serif-intro .text-tiny {
font-size: 13px;
}
</style>
{% for face in typefaces %}
<section id="{{ face.id }}" class="usa-grid">
<h4>{{ face.name }} (<tt>.usa-{{ face.id }}</tt>)</h4>
<div class="usa-grid-full">
<div class="usa-width-one-half">
{{ face.description }}
</div>
<div class="usa-{{ face.id }} typography-{{ face.id }}-intro usa-width-one-half usa-end-row">
<span class="text-huge">Aa</span>
<div>
<p class="text-tiny">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</p>
<p class="text-tiny">a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
<p class="text-tiny">0 1 2 3 4 5 6 7 8 9</p>
</div>
</div>
</div>
</section>
{% endfor %}
<style scoped>
.text-tiny {
margin: 5px initial 0;
}
.text-tiny:first-child {
margin-top: 0;
}
.text-huge {
font-size: 140px;
line-height: 1.05;
}
.text-tiny {
font-size: 15px;
}
.typography-serif-intro .text-huge {
font-size: 120px;
line-height: 1.275;
}
.typography-serif-intro .text-tiny {
font-size: 13px;
}
</style>
package:
name: department-of-veteran-affairs/jean-pants
version: 0.1.0
assetPath: /design-system/
isProduction: true
typefaces:
- id: sans
name: Source Sans Pro
description: >
<p>Source Sans Pro is an open-source sans serif typeface created for
legibility in UI design. With a variety of weights that read easily at all
sizes, Source Sans Pro provides clear headers as well as highly-readable
body text.</p>
<p>Inspired by twentieth-century American gothic typeface design, its
slender but open letters offer a clean and friendly simplicity. Advanced
hinting allows Source Sans Pro to render well on Windows systems which run
Cleartype, and across browsers and devices. Moreover, it supports a
variety of languages and alphabets, including Western and European
language, Vietnamese, pinyin Romanization of Chinese, and Navajo.</p>
- id: bitter
name: Bitter
description: >
<p>People read and interact with text on screens more and more each day.
What happens on screen ends up being more important than what comes out of
the printer. With the accelerating popularity of electronic books, type
designers are working hard to seek out the ideal designs for reading on
screen.</p>
<p>Motivated by my love for the pixel I designed Bitter. A “contemporary”
slab serif typeface for text, it is specially designed for comfortably
reading on any computer or device. The robust design started from the
austerity of the pixel grid, based on rational rather than emotional
principles. It combines the large x-heights and legibility of the
humanistic tradition with subtle characteristics in the characters that
inject a certain rhythm to flowing texts.</p>
<p>Bitter has little variation in stroke weight and the Regular is thicker
than a normal ‘Regular’ style for print design. This generates an intense
color in paragraphs, accentuated by the serifs that are as thick as
strokes with square terminals.</p>
<p>Each glyph is carefully designed with an excellent curve quality added
to the first stage of the design, that was entirely made in a pixel grid.
The typeface is balanced and manually spaced to use very few kerning
pairs, especially important for web font use since most browsers do not
currently support this feature.</p>