Forum Replies Created
-
AuthorPosts
-
Nick PiperParticipant
The logo is being displayed in the front end. I can see it when i’m on the homepage. When I inspect the logo this is what appears:
Is there a way to insert the alt text or a title tag in the line above?Nick PiperParticipantThe conflict was with another plugin, the issue has been resolved. Thank you for your time and effort! Issue resolved.
Nick PiperParticipantI successfully created a child theme, I converted the font to the specifications that you gave me, I placed the font folder in the child theme folder, and added the css to my website but it isn’t working.
Here’s what is in my css:
——————————————————————————————————-
/*Imports BayerSans font*/
@font-face {
font-family: ‘BayerSans’;
src: url(‘font/BayerSans.eot’);
src: url(‘font/BayerSans.woff2’) format(‘woff2’),
url(‘font/BayerSans.woff’) format(‘woff’),
url(‘font/BayerSans.svg#BayerSans’) format(‘svg’),
url(‘font/BayerSans.eot?#iefix’) format(’embedded-opentype’);
font-weight: normal;
font-style: normal;
}
/*changes the font to bayer sans*/
.site-title {
font-family: ‘BayerSans’, sans-serif;
}
.site-description {
font-family: ‘BayerSans’, sans-serif;
}
——————————————————————————————————-
Something just isn’t clicking right, I believe it is a syntax error. When I pull up the DevTools in Google Chrome and select the site title and site description the bayersans is overriding the default font so I know it is written correctly, but it isn’t showing. Please helpNick PiperParticipantThe font I need is called Bayer Sans. I’ve attached the ttf file for the font. Unfortunately I cannot give backend access to our website. It is hosted locally and it is on a virtual machine, so you would not be able to access it. Is there a plugin that you could recommend? Or could we use a TeamViewer seesion to resolve this issue?
Nick PiperParticipantMy desired font was not on this page. I can download the font from another page, Is there a plugin that will let me upload fonts?
Nick PiperParticipantThe content: “\f19c”; What is the f19c referring to?
Nick PiperParticipantUnfortunately this did not work for me. Can I add custom JavaScript to the page to get this to work how I want it to?
-
AuthorPosts