![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
So I heard that the
In the layout I'm using, italicized text displays as Old Standard TT or Georgia, and bolded text is displayed as Lato or Calibri. If I just use
This is the layout CSS I'm using:
Alternately, if I'm wrong about
font
tag and associated tags are being deprecated? (I'm not sure? This also includes center
?) So I started using span
when needed in my entries. The problem is that the text isn't displaying accurately anymore.In the layout I'm using, italicized text displays as Old Standard TT or Georgia, and bolded text is displayed as Lato or Calibri. If I just use
b
or i
, the text displays correctly. But if I use span
(like, < span style="font: italic;" >*text*< /span >
, the different fonts are gone.This is the layout CSS I'm using:
Alternately, if I'm wrong about
font
being deprecated, feel free to tell me I'm an idiot so I can just go back to my old ways.Tags: