Day 128

This is called pick-a-font!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

/* Prefered font */
@font-face {
  font-family: 'selawiklight';
  src: url('/font/selawik.light.ttf');
  src:
    format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'selawiksemilight';
  src: url('/font/selawik.semilight.ttf');
  src:
    format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'selawikbold';
  src: url('/font/selawik.regular.ttf');
  src:
    format('truetype');
  font-weight: 700;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2