Changes Hubspot font back to old one.
HSpot font revert - Jul 2024 by Joyamj
Details
AuthorJoyamj
LicenseNo License
Categoryhubspot.com
Created
Updated
Size412 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ? - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("hubspot.com") {
html, body, div, span, a, p {
font-family: 'Segoe UI', Helvetica, Arial, sans-serif !important
}
div > strong, span > strong, a > strong, p > strong {
font-weight: 700 !important
}
}