BCB Bank static website
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

24 rader
563 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. }
  6. @font-face {
  7. src: url('fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
  8. font-family: open-sans;
  9. font-weight: bold;
  10. }
  11. @font-face {
  12. src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
  13. font-family: open-sans;
  14. font-style: normal;
  15. }
  16. @font-face {
  17. src: url('fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype');
  18. font-family: open-sans;
  19. font-weight: normal;
  20. font-style: italic;
  21. }