* [Buttons] Support IB custom fonts
MDCButton should allow custom fonts to be set via Interface Builder. Instead
of overwriting the titleLabel.font to our preferred font, we can initialize
the button's font-for-state dictionary with the font provided by the label.
Closes#2786
* Fixing Bazel builds