 @font-face {
            font-family: 'MyFont';
            src: url('/assets/fonts/googlesanscode-variablefont_wght.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }


        body {
            font-family: 'MyFont', sans-serif;
        }