function disableImgDragging() { var images = document.getElementsByTagName("img"); for(var i = 0 ; i < images.length ; i++) { images[i].classList.add('no-drag'); images[i].setAttribute('no-drag', 'on'); images[i].setAttribute('draggable', 'false'); images[i].addEventListener('dragstart', function( event ) { event.preventDefault(); }, false); } } disableImgDragging();

36 Days of Type

36 Days of Type is a project that invites designers, illustrators and visual artists to express their unique interpretation of the letters and numbers of the Latin alphabet.


STUDIO B