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