BCB Bank static website
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
618 B

  1. @font-face {
  2. src: url("/fonts/Archivo_Black/ArchivoBlack-Regular.ttf") format("truetype");
  3. font-family: archivo-black;
  4. font-style: normal; }
  5. @font-face {
  6. src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  7. font-family: open-sans;
  8. font-weight: bold; }
  9. @font-face {
  10. src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  11. font-family: open-sans;
  12. font-style: normal; }
  13. @font-face {
  14. src: url("fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  15. font-family: open-sans;
  16. font-weight: normal;
  17. font-style: italic; }
  18. /*# sourceMappingURL=custom_fonts.css.map */