Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Custom Webfont
New Landing › How can we help? › Atelier › Custom Webfont
- This topic has 38 replies, 6 voices, and was last updated 9 years by Swift Ideas – Ed.
-
Posted in: Atelier
-
July 3, 2015 at 4:42 pm #191598This reply has been marked as private.July 3, 2015 at 4:57 pm #191608
@ Danilo
I see what you mean I selected it for the Menu and it looks Arial.
Where do you get that font? Can you provide an example where it’s implemented?Thanks
-Rui
July 3, 2015 at 5:25 pm #191619Hey Rui,
The original font file was an .otf
I made the web font files with fontsquirrel.com in .ttf .woff .woff2 .eot .svgI uploaded the 5 font files in uploads/redux/custom-fonts/panton/panton-light
Do you have an idea?
Do I need a css-file?July 6, 2015 at 12:25 pm #191960The custom font seems to be recognized. (See at the screenshot.)
All fontfiles are shown with the icons.But if I select I see the Arial.
Any help? Thanks for reply!
– Dan
Attachments:
You must be logged in to view attached files.July 6, 2015 at 6:51 pm #192163Hmm, seems that the font file css isn’t being loaded unfortunately. I’ll try and get through to redux for an update on the situation.
You’ll likely need to manually include the font through a plugin to load the files, maybe this one – https://wordpress.org/plugins/use-any-font/
– Ed
July 10, 2015 at 9:21 am #193516Hi Ed,
thanks for help.
Now it works with custom css, but ONLY on the “HOME” page.
On every “subpage” it doesn’t work and shows Times New Roman.Why it only works on the “home” page? Any idea?
I used the following custom css code:
/* BODY FONT */ body,p { font-family: "panton-light" !important; } #logo h1 { font-family: "panton-extralight" !important; } /* HEADING FONT */ h1, .impact-text,.impact-text-large { font-family: "panton-light" !important; } h2,.blog-item .quote-excerpt { font-family: "panton-light" !important; } h3 { font-family: "panton-light" !important; } h4 { font-family: "panton-light" !important; } h5 { font-family: "panton-light" !important; } h6 { font-family: "panton-light" !important; } /* MENU FONT */ #main-nav, #header nav, #vertical-nav nav, .header-9#header-section #main-nav, #overlay-menu nav, #mobile-menu, #one-page-nav li .hover-caption { font-family: "panton-light" !important; } @font-face { font-family: 'panton-light'; src: url('wp-content/uploads/redux/custom-fonts/panton/panton-light/panton-light-webfont.eot'); src: url('wp-content/uploads/redux/custom-fonts/panton/panton-light/panton-light-webfont.eot?#iefix') format('embedded-opentype'), url('wp-content/uploads/redux/custom-fonts/panton/panton-light/panton-light-webfont.woff2') format('woff2'), url('wp-content/uploads/redux/custom-fonts/panton/panton-light/panton-light-webfont.woff') format('woff'), url('wp-content/uploads/redux/custom-fonts/panton/panton-light/panton-light-webfont.ttf') format('truetype'), url('wp-content/uploads/redux/custom-fonts/panton/panton-light/panton-light-webfont.svg#panton-light') format('svg'); font-weight: 300; font-style: normal; } @font-face { font-family: 'panton-extralight'; src: url('wp-content/uploads/redux/custom-fonts/panton/panton-extralight/panton-extralight-webfont.eot'); src: url('wp-content/uploads/redux/custom-fonts/panton/panton-extralight/panton-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('wp-content/uploads/redux/custom-fonts/panton/panton-extralight/panton-extralight-webfont.woff2') format('woff2'), url('wp-content/uploads/redux/custom-fonts/panton/panton-extralight/panton-extralight-webfont.woff') format('woff'), url('wp-content/uploads/redux/custom-fonts/panton/panton-extralight/panton-extralight-webfont.ttf') format('truetype'), url('wp-content/uploads/redux/custom-fonts/panton/panton-extralight/panton-extralight-webfont.svg#panton-extralight') format('svg'); font-weight: 200; font-style: normal; }
Attachments:
You must be logged in to view attached files.July 10, 2015 at 9:31 am #193520Hi,
try to replace your relative path by a full path, maybe that can work.
Just a hint.-Rui
July 10, 2015 at 10:11 am #193538Hey Rui,
wonderful!!! Now it works fine :))))
Thanks!-Dan
July 13, 2015 at 8:24 am #193936Great 🙂 Thanks Rui
– Kyle
August 24, 2015 at 10:22 am #206644Hey @x-nilo
Believe it or not, I may finally have a fixed custom font panel ready to go – just wondered if you would like to test it?
– Ed
August 24, 2015 at 10:39 am #206658Hi Ed!!
Hard to believe!… yeahh!!! You are great!!
Yes of course, I would like to test it…
What should I do?Thanks!
– Dan
August 24, 2015 at 11:11 am #206676Great. Here is the extension zip – http://d.pr/f/1kmOz/Uk3xjrAn
Download, unzip, and then replace the folder in /includes/option-extensions/extensions/
Let us know!
– Ed
August 24, 2015 at 11:58 am #206697Very cool to see this!
August 24, 2015 at 12:08 pm #206703No problem, thanks Ed
August 24, 2015 at 12:11 pm #206705Hi Ed, thanks!
Just replaced the folder…
After I see the message that I should check the uploads folder permissions. –> See screenshot 1
I have checked it. Now the uploads folder has 755.I tried to add a font… Its working for a while… But after I get an error. Can not convert the font… –> See screenshot 2
Hmmm
Have you already tested?
– Dan
Attachments:
You must be logged in to view attached files. -
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.