font.css 215 B

1234567
  1. @font-face {
  2. font-family: 'Calling Code';
  3. src: url('CallingCode-Regular.otf') format('opentype'),
  4. url('CallingCode-Regular.ttf') format('truetype');
  5. font-weight: normal;
  6. font-style: normal;
  7. }