Microsoft’s Hebrew for Arial, still the fallback on many desktops. Use it only as a system fallback, not as a designed webfont choice.
Avoid: Embedding Arial Hebrew on a website needs a Microsoft licence; Arimo is the open metric cousin.
Use the family name in a font stack with a same-genre fallback so unsupported browsers still land on a reasonable Hebrew face.
.hebrew-arial-hebrew {
font-family: 'David', sans-serif;
}