Skip to content

Commit

Permalink
Better font
Browse files Browse the repository at this point in the history
  • Loading branch information
qbasicer committed Apr 17, 2011
1 parent c338087 commit 8b31a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QHttpServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void QHttpServer::readClient(){
os << "<head>\r\n<title>MPRISServ</title>\r\n";
os << "<meta http-equiv=\"refresh\" content=\"30; url=/\">\r\n";
os << "<STYLE type=\"text/css\">\r\n";
os << "body{size: 12pt;}\r\n";
os << "body{size: 12pt;font-family:\"Palatino Linotype\",Georgia,Serif;}\r\n";
os << "</STYLE>\r\n";
os << "<meta name=\"viewport\" content=\"width=device-width\" />\r\n";
os << "</head>\r\n<body>\r\n";
Expand Down

0 comments on commit 8b31a50

Please sign in to comment.