﻿
@font-face {
    font-family: 'DinText'; /*a name to be used later*/
    src: url('/fonts/PFDinText-Regular.otf'); /*URL to font*/
}
@font-face {
    font-family: 'DinTextBold'; /*a name to be used later*/
    src: url('/fonts/PFDinText-Bold.otf'); /*URL to font*/
}
@font-face {
    font-family: 'DinTextMedium'; /*a name to be used later*/
    src: url('/fonts/PFDinTextMedium-Regular.otf'); /*URL to font*/
}