Spotlight

0123456789
0123456789

Spotlight

Head to the desktop site to copy.

Updated:

Nov 8, 2023

Type:

Override

Notes

  • If you set two different colours for your icon states Framer won't be able to animate smoothly between them. One handy workaround is to set your hover colour and then use opacity on your default state. This has its limitations but can help make things feel smoother.

@font-face {
  font-family: Inter; src: url("Inter.woff2");
}

body, .usertext {
  color: #fff; 
  background: #000;
  font-family: Inter, sans;
  --heading-1: 30px/32px Helvetica, sans-serif;
}

Help

How do I add code overrides?

Found a bug? Have an idea?