Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seascape Theme
#5
It seems a browser issue, probably only in Windows. Chrome doesn't do the anti aliasing well (or not at all):

http://niteodesign.com/web-design/how-to...rendering/

Maybe other fonts give better results

EDIT1:

Looked into it a bit. You can add the following at #imgholder h1:

Code:
#imgholder h1 {
-webkit-text-stroke-width: 0.3px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.70);

to make the Welcome to GetSimple! title smoother, although it might look worse in other aspects.

Edit2:
Code:
h2 {
-webkit-text-stroke-width: 0.3px;
-webkit-text-stroke-color: rgba(0, 0, 0, 0.45);

Code:
h3 {
-webkit-text-stroke-width: 0.3px;
-webkit-text-stroke-color: rgba(0, 0, 0, 0.3);


Also, the shadow of the text "welcome to GetSimple" is rendered wrong in IE9 (haven't test it in other ie versions yet).
Edit: looks fine in IE10
Reply


Messages In This Thread
Seascape Theme - by Timbow - 2013-03-17, 09:43:00
RE: Seascape Theme - by Timbow - 2013-03-19, 23:44:52
RE: Seascape Theme - by datiswous - 2013-04-10, 03:17:48
RE: Seascape Theme - by Timbow - 2013-04-10, 07:22:39
RE: Seascape Theme - by datiswous - 2013-04-18, 22:50:19
RE: Seascape Theme - by Timbow - 2013-04-18, 23:23:06
RE: Seascape Theme - by Timbow - 2013-10-17, 07:15:56
RE: Seascape Theme - by CABass - 2016-07-22, 03:23:57
RE: Seascape Theme - by Timbow - 2016-07-22, 04:58:54
RE: Seascape Theme - by CABass - 2016-07-22, 05:17:07
RE: Seascape Theme - by CABass - 2016-07-22, 05:32:52
RE: Seascape Theme - by CABass - 2016-07-22, 05:47:42
RE: Seascape Theme - by bobbiescap - 2016-09-12, 02:15:32
RE: Seascape Theme - by joyofweaving.com - 2018-05-25, 12:27:09



Users browsing this thread: 1 Guest(s)