@font-face {
    font-family: 'Arshid';
    src: url('Arshid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: "Arshid",'Alexandria';
}