menu change - Acme Themes https://www.acmethemes.com/supports/topic-tag/menu-change/ Best Premium and Free Responsive WordPress Themes Tue, 20 Sep 2016 05:09:54 +0000 en-US hourly 1 https://i0.wp.com/www.acmethemes.com/wp-content/uploads/2016/07/cropped-acmethemes.png?fit=32%2C32&ssl=1 menu change - Acme Themes https://www.acmethemes.com/supports/topic-tag/menu-change/ 32 32 100683744 How to change header menu font type https://www.acmethemes.com/supports/topic/how-to-change-header-menu-font-type/ Thu, 01 Sep 2016 09:19:00 +0000 https://www.acmethemes.com/supports/topic/how-to-change-header-menu-font-type/ Hi. I’m trying to change menu font Screen I added .ttf , .woff and .eot files to the fonts folder : C:\xampp\htdocs\wp-content\themes\supernews\assets\library\Font-Awesome\fonts and added this line of code in font-awesome.php @font-face { font-family: 'DejaVu Neue'; src: url('../fonts/DejaVuNeue.eot'); src: url('../fonts/DejaVuNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/DejaVuNeue.woff') format('woff'), url('../fonts/DejaVuNeue.ttf') format('truetype'); font-weight: normal; font-style: normal; } after I also added font-family in […]

The post How to change header menu font type appeared first on Acme Themes.

]]>
Hi. I’m trying to change menu font
Screen

I added .ttf , .woff and .eot files to the fonts folder : C:\xampp\htdocs\wp-content\themes\supernews\assets\library\Font-Awesome\fonts

and added this line of code in font-awesome.php


@font-face {
  font-family: 'DejaVu Neue';
  src: url('../fonts/DejaVuNeue.eot');
  src: url('../fonts/DejaVuNeue.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DejaVuNeue.woff') format('woff'),
    url('../fonts/DejaVuNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

after I also added font-family in style.css like this one :


.header-wrapper .menu li a {
	color: #3d3d3d;
	display: block;
	font-weight: normal;
	letter-spacing: 0.4px;
	line-height: 48px;
	padding: 0 15px;
	position: relative;
	font-size: 14px;
	font-family: "DejaVu Neue";
}

But it not changed. How to do it ? What I’m doing wrong ?

The post How to change header menu font type appeared first on Acme Themes.

]]>
8328