Jump to content

harleyquinn

Members
  • Posts

    1
  • Joined

  • Last visited

harleyquinn's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi everyone I've been trying to solve the following case for hours: Let's take this as an example: <h2> Hello World <span style = "font-family: 'Courier New', Courier;"> this is a </span> test </h2> I have currently implemented the following via CSS: @media only screen and (max-width: 768px) { h1 { font-size: 36px; line-height: 43px; } h2 { font-size: 29px; line-height: 35px; } } What I want: That in this example the font "Courier New" can be addressed separately and adjusted via CSS. I want to change this globally, not inline. Does anyone have a clue here? I am slowly desperate.
×
×
  • Create New...