/** * @provides phui-fontkit-css */ /* - Slabo --------------------------------------------------------------------- Used as Primary Headers in Object Boxes, Headers in Documents */ .diviner-document-section .phui-header-header { font-family: 'Slabo', {$fontfamily}; color: {$darkbluetext}; font-size: 22px; } .diviner-document-section .phui-header-header { font-family: 'Slabo', {$fontfamily}; color: {$darkbluetext}; font-size: 20px; } .phui-document-view .phabricator-remarkup h1.remarkup-header, .phui-document-view .phabricator-remarkup h2.remarkup-header, .phui-document-view .phabricator-remarkup h3.remarkup-header, .phui-document-view .phabricator-remarkup h4.remarkup-header, .phui-document-view .phabricator-remarkup h5.remarkup-header, .phui-document-view .phabricator-remarkup h6.remarkup-header { font-family: 'Slabo', {$fontfamily}; color: #000; } .phui-document-view .phabricator-remarkup h2.remarkup-header { padding: 24px 24px 8px 0; border-bottom: 1px solid {$thinblueborder}; color: #000; margin: 0 0 16px; }