Font Weston

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1474
    paparmane
    Member

    Hello, Im a Rookie ;-).. and I can’t change the font “open Sans” for Weston in slider.. I don’t know where I have to go the change the css.. 🙁 But the font works at other place in the site. Thanks for help! (see my screenshot)
    Isabelle

    #1476
    livemesh
    Keymaster

    Since revolution slider does not provide a way to export CSS, we need to manually insert the CSS into revolution slider admin panel. I am away from my desktop now. Will post the required CSS in few hours that should solve this issue. Thanks!

    #1477
    livemesh
    Keymaster

    Hi,

    Please edit one of the slide in the Revolution Slider. You will see the “Layer General Parameters” section below. Click on the “Edit CSS File” button and paste the following code and update.

     .tp-caption.extinct_white{
            position: absolute; 
    	color: #e5e5e5; 
    	text-shadow: none; 
    	font-weight: normal; 
    	font-size: 36px; 
    	line-height: 52px; 
    	font-family: "Weston"; 
    	text-align: center;
    	letter-spacing:6px;
    	margin: 0px; 
    	border-width: 0px; 
    	border-style: none; 
    	background-color:transparent;			
    } 

    In the “Style” dropdown choose “extinct_white” as the style for your text layer. See this screenshot for assistance if needed https://docs.google.com/file/d/0B9j6FQo4cSQFcnJZZDFOMG92Z0U/edit?usp=sharing

    Hope that helps. Thanks.

    #1760
    This reply has been marked as private.
    #1763

    Please don’t worry about replying to my last post. I’ve decided not to use Revolution. The normal slides will do fine for my needs.

    #1774
    livemesh
    Keymaster

    The reason why you were still having the issue is because you haven’t imported the Weston font and using the Arvo font. Hence in your case,

     .tp-caption.extinct_white{
            position: absolute; 
    	color: #e5e5e5; 
    	text-shadow: none; 
    	font-weight: normal; 
    	font-size: 36px; 
    	line-height: 52px; 
    	font-family: "Arvo"; 
    	text-align: center;
    	letter-spacing:6px;
    	margin: 0px; 
    	border-width: 0px; 
    	border-style: none; 
    	background-color:transparent;			
    } 
    

    should fix the issue (the Weston replaced by Arvo font in CSS). Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.