.transparent-stroke {
  font-size: 60px; /* настрой под нужный размер */
  color: transparent;
  -webkit-text-stroke: 2px white; /* толщина и цвет обводки */
  text-stroke: 2px white;
  background: none;
}
