@media all and (min-width: 121rem) {

    body:after {
        content: 'viewport-4xl';
        display: none;
    }

    head {
        font-family: 'viewport-4xl';
    }
}