/* Dear Font  */
@font-face {
    font-family: 'dear';
    src: url('dear_script/Dear.html\ Script.otf');
}
/* Dear Font  */
/* Degular Font */
@font-face {
    font-family: 'degularMed';
    src: url('degular-font-family/DegularDemo-Medium.otf');
}
@font-face {
    font-family: 'degularReg';
    src: url('degular-font-family/DegularDemo-Regular.otf');
}
@font-face {
    font-family: 'degularBold';
    src: url('degular-font-family/DegularDemo-Bold.otf');
}
@font-face {
    font-family: 'degularSemi';
    src: url('degular-font-family/DegularDemo-Semibold.otf');
}
/* Degular Font */