Fonts

Font load and fallback order: Segoe UI, Helvetica Neue, Tahoma, Arial, sans-serif

Font availability

Segoe UI
Ships with Windows Vista and newer and Microsoft Office.
Helvetica Neue
Ships with OSX.
Tahoma, Arial
Ships with most operating systems.

 

Weights

700 - Bold: The quick brown fox jumps over the lazy dog

600 - Semibold: The quick brown fox jumps over the lazy dog

400 - Regular: The quick brown fox jumps over the lazy dog

<p style="font-weight: 700">700 - Bold: The quick brown fox jumps over the lazy dog</p>
<p style="font-weight: 600">600 - Semibold: The quick brown fox jumps over the lazy dog</p>
<p style="font-weight: 400">400 - Regular: The quick brown fox jumps over the lazy dog</p>

Styles

Segoe UI

Display 3

Regular 56px

h1. Display 2

Regular 40px

h2. Display 1

Semibold 25px

h3. Headline

Semibold 20px

h4. Title

Semibold 18px

h5. Subhead
Semibold 16px
h6.
Semibold 14px
Body
Regular 13px/14px
Caption
Regular 12px/13px
<h1 class="display3">Regular 56px</h1>
<h1>Regular 40px</h1>
<h2>Regular 25px</h2>
<h3>Bold 20px</h3>
<h4>Bold 18px</h4>
<h5>Bold 16px</h5>
<h6>Bold 14px</h6>
<p>Regular 13px/14px</p>
<div class="caption">Regular 12px/13px</div>

 

Pairings

Search for patents

New to Patent Searching? See this important information about searching for patents

Jul 14, 2015

Inventors are encouraged to search the USPTO's patent database to see if a patent has already been filed or granted that is similar to your patent. Patents may be searched in the USPTO Patent Full-Text and Image Database (PatFT). The USPTO houses full text for patents issued from 1976 to the present and PDF images for all patents from 1790 to the present.

All sequences (SEQ ID NOs.) and tables for listed patents or publications are available for viewing, without downloading, by accessing the proper document detail page and then submitting a SEQ ID NO or a mega table ID number.

Global Patent Search Network (GPSN)

Global Patent Search Network (GPSN) enables users to search the full text of multiple international patent collections. The initial collection available will be Chinese patent documentation from the State Intellectual Property Office (SIPO) of the People's Republic of China. Users can search published applications, granted patents and utility models from 1985 to 2012. The data available includes full text Chinese patents, English machine translations and full document images. This collection will be periodically updated to include additional years of coverage.

Searching full text patents (since 1976)

Customize a search on all or a selected group of elements (fields) of a patent.

Patent Application Information Retrieval (PAIR)

The Patent Application Information Retrieval (PAIR) system provides IP customers a safe, simple, and secure way to retrieve and download information regarding patent application status.

<h2>Large display 1 heading</h2>
<h3>A headline</h3>
<p style="margin-bottom: 32px;">One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p>
<h4>Smaller title</h4>
<h5>Subhead</h5>
<p style="margin-bottom: 32px;">One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p>
<h5>Another subhead</h5>
<p style="margin-bottom: 32px;">One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p>

Lists

Unordered

  • List item 1
  • List item 2
  • List item 3
    • Nested list item 1
    • Nested list item 2
<ul>
    <li>List item 1</li>
    <li>List item 2</li>
    <li>List item 3
        <ul>
            <li>Nested list item 1 </li>
            <li>Nested list item 2 </li>
        </ul>
    </li>
</ul>

Ordered

  1. List item 1
  2. List item 2
  3. List item 3
    1. Nested list item 1
    2. Nested list item 2
<ol>
    <li>List item 1</li>
    <li>List item 2</li>
    <li>List item 3
        <ol>
            <li>Nested list item 1 </li>
            <li>Nested list item 2 </li>
        </ol>
    </li>
</ol>

Colors

This is text-primary

This is text-warning

This is text-success

This is text-danger

This is text-info

This is text-muted

<p class="text-primary">This is text-primary</p>
<p class="text-warning">This is text-warning</p>
<p class="text-success">This is text-success</p>
<p class="text-danger">This is text-danger</p>
<p class="text-info">This is text-info</p>
<p class="text-muted">This is text-muted</p>