Latest update messes up custom CSS

first few lines of my custom CSS are
body{
font: 22px "Gotham Condensed", serif;
}
.title-input{
font: 17px "Gotham Condensed", serif;
}
.form-control{
font: 17px "Gotham Condensed", serif;
}
but as you can see from screenshots the web viewer no longer matches my changed layouts.
Anything you have that is done that is causing this??