Fonts

Font load and fallback order: Slabo 27px, Roboto Condensed, slab-serif, sans-serif

Font availability

Slab 27px
Text files in woff2 format available for download using direct links found at the following URL: https://fonts.googleapis.com/css?family=Slabo+27px
Roboto Condensed
Text files in woff2 format available for download using direct links found at the following URL: https://fonts.googleapis.com/css?family=Roboto+Condensed
slab-serif, sans-serif
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

Slab 27px

h1

Regular 56px

12

Regular 40px

h3

Regular 25px

Headline

Regular 20px

Title
Regular 18px

    <h1     
    >Regular 56px</h1>
<h2>Regular 40px</h1>
<h3>Regular 25px</h2>
<h4>Regular 20px</h3>
<h5>Regular 18px</h4>

 

Pairings

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.

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 blue primary

This is text gold

This is text green

This is text dark red

This is text alternate blue

This is text greyed

<p class="text-primary">This is blue primary</p>
<p class="text-gold">This is text gold</p>
<p class="text-green">This is text green</p>
<p class="text-dark-red">This is text dark red</p>
<p class="text-alternate-blue">This is text alternate blue</p>
<p class="text-grey">This is text greyed</p>