Johns Hopkins University has moved to a type collection provided by Adobe Fonts for use on the web and in other online applications. You may create your own font bundle for your project using the approved fonts and weights at fonts.adobe.com or you may use one of the pre-bundled collections below.

Factoria

fonts.adobe.com/fonts/factoria
Factoria is JHU’s Quadon equivalent for web, email, and digital uses. See Quadon for more information.

To use these fonts on a web page, copy this code into the <head> tag of your HTML.
<link rel="stylesheet" href="https://use.typekit.net/vxy8tas.css">

If you’d like to use fonts in HTML email, use the @import link.
<style>
@import url("https://use.typekit.net/vxy8tas.css");
</style>

Factoria Light
font-family: "factoria", sans-serif;
font-weight: 300;
font-style: normal;

Factoria Light Italic
font-family: "factoria", sans-serif;
font-weight: 300;
font-style: Italic;

Factoria Medium
font-family: "factoria", sans-serif;
font-weight: 500;
font-style: normal;

Factoria Medium Italic
font-family: "factoria", sans-serif;
font-weight: 500;
font-style: Italic;

Factoria Bold
font-family: "factoria", sans-serif;
font-weight: 700;
font-style: normal;

Factoria Bold Italic
font-family: "factoria", sans-serif;
font-weight: 700;
font-style: Italic;

Factoria Ultra
font-family: "factoria", sans-serif;
font-weight: 900;
font-style: normal;

Factoria Ultra Italic
font-family: "factoria", sans-serif;
font-weight: 900;
font-style: Italic;


Proxima Nova

fonts.adobe.com/fonts/proxima-nova
Proxima Nova is JHU’s Gentona equivalent for web, email, and digital uses. See Gentona for more information.

To use these fonts on a web page, copy this code into the <head> tag of your HTML.
<link rel="stylesheet" href="https://use.typekit.net/jge8wgr.css">

If you’d like to use fonts in HTML email, use the @import link.
<style>
@import url("https://use.typekit.net/jge8wgr.css");
</style>

Proxima Nova Light
font-family: "proxima-nova", sans-serif;
font-weight: 300;
font-style: normal;

Proxima Nova Light Italic
font-family: "proxima-nova", sans-serif;
font-weight: 300;
font-style: Italic;

Proxima Nova Medium
font-family: "proxima-nova", sans-serif;
font-weight: 500;
font-style: normal;

Proxima Nova Medium Italic
font-family: "proxima-nova", sans-serif;
font-weight: 500;
font-style: Italic;

Proxima Nova Bold
font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;

Proxima Nova Bold Italic
font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: Italic;

Proxima Nova Black
font-family: "proxima-nova", sans-serif;
font-weight: 900;
font-style: normal;

Proxima Nova Black Italic
font-family: "proxima-nova", sans-serif;
font-weight: 900;
font-style: Italic;


Freight Text

fonts.adobe.com/fonts/freight-text
Freight Text Pro is JHU’s Arnhem Pro equivalent for web, email, and digital uses. See Arnhem Pro for more information.

To use these fonts on a web page, copy this code into the <head> tag of your HTML.
<link rel="stylesheet" href="https://use.typekit.net/lnm5qra.css">

If you’d like to use fonts in HTML email, use the @import link.
<style>
@import url("https://use.typekit.net/lnm5qra.css");
</style>

Freight Text Medium
font-family: "freight-text-pro", serif;
font-weight: 500;
font-style: normal;

Freight Text Medium Italic
font-family: "freight-text-pro", serif;
font-weight: 500;
font-style: Italic;

Freight Text Black
font-family: "freight-text-pro", serif;
font-weight: 900;
font-style: normal;

Freight Text Black Italic
font-family: "freight-text-pro", serif;
font-weight: 900;
font-style: Italic;


ATF Alternate Gothic Extra Condensed

fonts.adobe.com/fonts/atf-alternate-gothic-extra-condensed
ATF Alternate Gothic Extra Condensed is JHU’s Titling Gothic Compressed equivalent for web, email, and digital uses. See Titling Gothic for more information.

To use these fonts on a web page, copy this code into the <head> tag of your HTML.
<link rel="stylesheet" href="https://use.typekit.net/nsj2nad.css">

If you’d like to use fonts in HTML email, use the @import link.
<style>
@import url("https://use.typekit.net/nsj2nad.css");
</style>

ATF Alternate Gothic Extra Condensed Heavy
font-family: "alternate-gothic-extra-cond", sans-serif;
font-weight: 800;
font-style: normal;


Full Collection

If you’d prefer to use a single import for your project, all of the fonts and weights listed above are available through the following code. This is not always advisable because of the increased page load due to importing so many font faces, but if the full collection is required using a single import will provide a moderate speed advantage.

To use these fonts on a web page, copy this code into the <head> tag of your HTML.
<link rel="stylesheet" href="https://use.typekit.net/ftn5sdd.css">

If you’d like to use fonts in HTML email, use the @import link.
<style>
@import url("https://use.typekit.net/ftn5sdd.css");
</style>