Welcome to Vox Crosswords. Puzzles come out Monday through Saturday. Make sure to bookmark this page (or Add to your phone’s home screen) to find new ones every day. You can also get a weekly email reminder by this Sign up for our crossword newsletter.
Puzzles created by these great people and edited by Elizabeth Crane. If you want to get in touch, email us crosswords@vox.com.
And if you solve our crosswords often, consider chipping in to help keep them free for everyone
Looking for more crosswords? Our first crossword books are now available for purchase wherever you buy books first, The Vox Mega Book of Mini Crosswords, featuring 150 of our bite-sized weekday puzzles. Second, the Vox Pop Culture Crosswords The book highlights pop culture references, from Mario Kart to our big Saturday puzzlesiCarly.
var puzzlecontainer = document.getElementById(‘xword-wrapper’); var puzzle = document.getElementById(‘voxpuzzle’).contentWindow; function receiveMessage(event) { if (event.origin !== “https://cdn3.amuselabs.com”) return; if (!event.data) return; if (typeof event.data !== ‘string’) return; var data = JSON.parse(event.data); if (data.src === “crossword” || data.src === “picker”){ puzzlecontainer.style.height = data.frameHeight + ‘px’; } } window.addEventListener(“message”, receiveMessage, false);