/*------- ****************************** font css ****************************** -------*/ /*------- **** arsenal **** -------*/ @font-face { font-family: arsenal; src: url('../fonts/Arsenal-Regular.ttf'); } @font-face { font-family: arsenal; src: url('../fonts/Arsenal-Italic.ttf'); font-style: italic; } @font-face { font-family: arsenal; src: url('../fonts/Arsenal-Bold.ttf'); font-weight: bold; } @font-face { font-family: arsenal; src: url('../fonts/Arsenal-BoldItalic.ttf'); font-style: italic; font-weight: bold; } /*------- **** trirong **** -------*/ @font-face { font-family: trirong; src: url('../fonts/Trirong-Regular.ttf'); } @font-face { font-family: trirong; src: url('../fonts/Trirong-Italic.ttf'); font-style: italic; } @font-face { font-family: trirong; src: url('../fonts/Trirong-Bold.ttf'); font-weight: bold; } @font-face { font-family: trirong; src: url('../fonts/Trirong-BoldItalic.ttf'); font-style: italic; font-weight: bold; }