You have to define that in your CSS.
p {
font-family: Menlo, sans-serif;
}
h1, h2, em {
font-family: Arial, sans-serif;
}
That’s one way to do it, but it also depends on what else is in your stylesheet.
]]>Hi Geej,
The reason that’s happening is because you are you using a font called “Muli”, which is this one:
http://www.fontsquirrel.com/fonts/muli
That’s only the regular Muli font. It doesn’t seem to have an italic version, it’s just the regular one. If you change the CSS to the following, it will work:
em {
font-style: italic;
font-family: "muli italic", sans-serif;
}
Or any other way to include the “muli italic” version of the font.
]]>in my external CSS shhet on my site site here: http://alaskahealer.com/services/
Here’s the html on the page: No drop ins. By appointment only.
It does not show up italicized in Safari and IE 11
Code Pen: http://codepen.io/anon/pen/rVRVQm
Do you know why?
Geej
]]>Your body
tag is missing it’s closing brackets. Try
body{
background-color: #FF0099;
}
p.normal {
font-style: normal;
}
p.italic {
font-style: italic;
}
p.oblique {
font-style: oblique;
}
]]>body{
background-color: #FF0099;
p.normal {
font-style: normal;
}
p.italic {
font-style: italic;
}
p.oblique {
font-style: oblique;
}
My website
3 movies
Tommy Boy with Chris Farley, Anchorman: the Legend of Ron Burgundy, with Will Ferral, and Dumb and Dumber, with Jim Carrey
Tommy Boy is about, his dad's (Who died) business Callahan Auto parts is going out of busniess and Tommy is trying to save the business and sells Zalinski buys 500,000 break-pads to keep in business. Directored by Peter Segal. I would give this movie a 10 out of 10. Due to Chrisa Farley and his comedy in this movie is genuis.
Anchorman is about Rob and his News Team. There is a girl journalist and she is trying to take Rob's job and Rob ends up getting fired. She becomes Anchor. In the end They co-anchor each other in the News for the World. Directored by Adam McKay. I would rate this movie a 9 out of 10 due to Will fereel going over the top. It ain't a 10 because Steve Caroll gets a gernade. That is dangerous.
Dumb and Dumber is about Lloyd is trying to find the girl of his dreams because she left a brief case behind. Directored by Peter Farrelly and Bobby Farrelly. I would rate my movie a 9 out of 10 due to Jim Carrey and Jeff Daniels going out and trying to be kids again. It isn't a 10 due to the fact that it is really dumb.
what should i do?
my email
mace4chase@gmail.com