@font-face {
    font-family: 'MyType UHS';
    src: url('MyTypeUHS.eot');
    src: local('MyType UHS'), local('MyTypeUHS'),
        url('MyTypeUHS.eot?#iefix') format('embedded-opentype'),
        url('MyTypeUHS.woff2') format('woff2'),
        url('MyTypeUHS.woff') format('woff'),
        url('MyTypeUHS.ttf') format('truetype'),
        url('MyTypeUHS.svg#MyTypeUHS') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

