/* style.css */
@font-face {
    font-family: 'Hidden';
    src: (no.way);
}

body::after {
    content: ".";
    font-family: 'Hidden';
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}