Display Greek in Perseus using GentiumAlt

I don’t know if this is the right place for this, but here goes!

I have often wanted to see Greek displayed in Perseus with GentiumAlt, but have never figured out how without making a global browser change. I finally discovered the joys of user stylesheets!

Here’s an article on how to create and edit stylesheets on a variety of browsers: http://wiki.noljads.com/User_Stylesheets

And here is the content of my userContent.css file:

— —
@-moz-document url-prefix(http://www.perseus.tufts.edu/)
{
div[class=“text_container greek”], :link[target=“morph”]
{
font-family: “GentiumAlt”, serif !important;
}
}
— —

Pretty simple but it works. Perseus Greek displays with GentiumAlt!