Here's a handler you can use to set the TextFont property of a field
in HyperCard to determine which fonts are displayed in a given field.
on mouseUp -- (or openCard or any other handler)
set TextFont of field x to Geneva -- (or some other font)
end mouseUp -- (or openCard or any other handler)
This article is adapted from the Claris Tech Info database.