All design takes time and practice learning the metaphorical pallet and brush for the medium. In fine art, you have charcoal, pastels, paint, and canvas. With Photoshop you have the Brush Tool, Rubber Stamp, and your Canvas. In Web Design, you have images, CSS, HTML and a variety of other languages to play with on a browser canvas. While learning [...]
Continue ReadingApparently either IE or something in Windows doesn’t like custom fonts in CSS. I discovered this while trying to place a custom font in a Titanium Desktop app using the (so I thought) standard: 1 2 3 4 @font-face { font-family: 'MyFont'; src: url('myfont.ttf'); } This works great in Firefox and Safari, as well as Titanium’s [...]
Continue Reading