
  @font-face {
                font-family: myFirstFont;
                src: url(../font/GE-SS-Two-Bold.otf);
            }
            @font-face {
                font-family: mysecondFont;
                src: url(../font/GE-SS-Two-Light.otf); 
               
            }
            @font-face {
                font-family: mythirdFont;
                src: url(../font/GE-SS-Two-Medium.otf);
            }
             @font-face {
                font-family: myfourthFont;
                src: url(../font/b-fantezy.ttf);
            }
            body {
                font-family: mysecondFont;
            }