.your-link-class-or-id a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ffffff; /* Solid text color */
    -webkit-text-stroke: 2px #000000; /* Clean outline color */
    paint-order: stroke fill; /* Masks the internal vector lines */
}