Skip to content

Instantly share code, notes, and snippets.

@tripngroove
Created December 4, 2012 23:13
Show Gist options
  • Save tripngroove/4210130 to your computer and use it in GitHub Desktop.
Save tripngroove/4210130 to your computer and use it in GitHub Desktop.
Reach Header Font CSS Overrides
/* Include and customize this CSS OR use w/ chrome extension such as stylebot: https://chrome.google.com/webstore/detail/stylebot-social/kaifpdafpkbjghohkfkfmkcfcmmnbnaa*/
.primary-button, button.save {
font-weight: 300;
}
#links li a, .action_menu_button-caption, .standard-button, #bazaar-voice-feedback-link {
font-weight: 400;
}
.page_title, #links_subnav li a, .section_title, .help_sidebar h3, .help_sidebar h2, .create_one_message_top, .details_title .inline_text_control, .details_name, .containers_link, .container_name {
font-weight: 500;
}
#facets .header, #allFacetsLabel {
font-weight: 600;
}
/* Headings */
#links li a, #bazaar-voice-feedback-link, .page_title, #links_subnav li a, .section_title, .help_sidebar h3, .help_sidebar h2, .create_one_message_top, .details_title, .details_name, .inline_text_control, .containers_link, .container_name, #facets .header, #allFacetsLabel {
font-family: asap;
}
/* Buttons */
.action_menu_button-caption, .standard-button, .primary-button, button.save {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment