Topic Closed Previous1Next |
Not that I know of, but it should be pretty easy to do.
The "quick example" on google.com (copied below) shows a method that would be fairly easy to work into a theme for gpEasy
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
</head>
<body>
<h1>Making the Web Beautiful!</h1>
</body>
</html>
The finishing touches of our latest release have been made and gpEasy 4.0 is available ... Read More
Third 4.0 Release CandidateThe third release candidate for gpEasy 4.0 is now available. Next release: 4.0 Final! Download ... Read More
More NewsWhich CMS: Which CMS should you use?
What CMS: Find out what CMS a site is using.
phpEasyMin: Minimize multiple JavaScript and CSS files in one sweep.