Skip to main content
Full Menu Close Menu

Standards Guidelines

Text Styles

  • Page Titles : Roboto, #032e82
  • In-content headlines: IBM Plex Sans and #373737
  • Body (paragraph, lists, etc): Source Sans Pro, Normal, #373737
  • Navigation: Roboto
  • Buttons: IBM Plex Sans, white on dark button color

Page Title - Roboto, #032e82, weight: 500, normal, size: 48px

H1 - IBM Plex Sans, #373737, 48px

H2 - IBM Plex Sans, #373737, 40px

H3 - IBM Plex Sans, #373737, 31px

H4 - IBM Plex Sans, #373737, 30px

Paragraph text:, Source Sans Pro, #373737, font-weight: 500, style: normal

Links are color: #124ec2 This is text link.

UFT Button

Color Standards for UFT.ORG

UFT light-Blue: #124ec2;
 
UFT Dark-Blue: #032e82;
 
Border Red: #e93836;
 
Border Orange: #f59235;
 
Border Purple: #993398;
 
Purple hover (for buttons): #732672
 
Border Green: #28a631;
 
Dark Grey (text): #373737;
 

Header image for emails

The UFT logo should always be white on a blue (#124ec2) background. When possible, the bottom rainbow bar should be used as a header element as well.

The UFT Logo

The UFT Logo should always be a solid color. Acceptable colors are: White, UFT Blue (#124ec2) or black.

Basic font styles for UFT.ORG

html, body {
    color: #373737;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}
a {
    text-decoration: none;
    color: #124ec2;
}
a:hover {
    text-decoration: underline;
}
h1.page-title  {
    color: #032e82;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4.8rem;
}
h1,h2,h3,h4 {
    font-family: "IBM Plex Sans",sans-serif;
    line-height: 1.3;
}
h1 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
}
h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
}
h3 {
    font-size: 3.15rem;
    margin-bottom: 1.5rem;
}
h4 {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.button {
color: #fff;
background-color: #993398;
padding: .4rem 1.6rem;
border: none;
border-radius: 2px;
cursor: pointer;
display: inline-block;
font-family: "IBM Plex Sans",sans-serif;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.45;
text-align: center;
text-decoration: none;
transition: background-color .25s ease;
min-width: 136px;
}
.button:hover {
background-color: #732672;
}