/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://juliannemangin.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Julianne Mangin
 Author URI:   http://juliannemangin.com
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child

This is the old way of doing it:
@import url("../twentyfourteen/style.css");
I will be using functions.php to load the Twenty Fourteen CSS.
*/

.entry-content, .entry-summary, .page-content, .nav-links, .comment-content, .widget {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
word-wrap: normal;
}