%font { font-family: Gabriola, sans-serif; font-size: 1.5rem; } body { @extend %font; margin: 80px 5px 0 5px; // Vertical translation for the fixed header } .ui-widget { @extend %font; } pre.xdebug-var-dump { font-family: sans-serif; font-size: 1em; text-align: left; background-color: rgba(255, 255, 255, 1); }