HTML Code:
body { margin: 0; padding: 0; font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif; font-size: 15px; opacity: 0; /* <--- will be turned on ( = set to '1' ) with jQuery after google fonts, if any, have loaded and masonry layout, if any, was applied */ }
HTML Code:
opacity: 1; /* <--- will be turned on ( = set to '1' ) with jQuery after google fonts, if any, have loaded and masonry layout, if any, was applied */