/*****************************
     All rights reserved.
     MyFonts.ru (c) 2011-2022
     *****************************/
    @font-face {
        font-family: 'My type of font';
        font-style: normal;
        font-weight: 400;
        src: local('My type of font'),
            url(https://myfonts.ru/fonts/3/9/8/9/mytype.ttf) format('truetype');
    }