Welcome to Dev City. Once a safe place for developers. Until the coming of the dark times: Microsoft. IE6. Enter the league of extraordinary front end dev tools. Node! Sass! Grunt!
11. Sass
Change it in once place, Sass updates every reference to that mixin.
No need to hunt down dozens, hundreds of instances across multiple files!
CSS
@mixin body-font-bold { font-family: 'Open Sans', sans-serif; font-weight: 700; }
.module_type_title { ... @include display-font-bold; }
...
.module_header_row { ... @include display-font-bold; }
...