CurrentlyIm using the academic theme which comes with academicicons, font awesome-webfont and glyphicons inside themes/academic/static/fonts. While these fonts are quite good, I want to try some others.
In the case of Ananke theme, there looks to be a file src/css/_styles.css that you can place custom CSS in, then run a command to generate a new CSS file. You can add the CSS you want to specify different fonts for your site from there.
I am slowly beginning to realize that the attributes of themes vary with the different authors, although within a given overall structure. I also realize that themes vary with the purpose of the website and that choosing something aligned to my purpose means that customization can be reduced.
However, I found a difficulty with the suggestion from the link given because the + in the Google font name for multi-barrelled font names was being translated as %2b when the partial was rendered. This caused a 404 error and the chosen fonts were not being rendered.
(a) CSS styling via variables should preferably not reside in a Hugo partial template, but rather should be handled with a CSS pre-processor. This allows fine-grained font control via add-on stylesheets.
When I tried with an .otf font and again with another .woff2 font converted by a more reputable converter, I was able to add the custom font using the steps in guide @pfaffman and @awesomerobot linked.
As far as I know, you can't do this, though I would welcome the information. Your best option is going to be loading the file from the CDN in the head of your theme, and then applying the font-family to the places you want through CSS. This is the only way I know of adding custom fonts to Shopify.
thanks for the link. I'm aware of this article but can not find any information about where to actually put those custom fonts and how to add those fonts to the Shopify's font library so that font-picker can actually use them.
Hey Bryan! Are you using the Beaver Builder theme? The ability to include/load Google fonts is built in to the Beaver Builder Theme. You can select fonts in the theme customizer. You would only need to enqueue/load them if you are using another font service like TypeKit.
I need to add a custom font to my BB theme and have tried using both the suggestions from Robby and Dennis independently. Either way, my custom font is still not available in the theme customizer. Any suggestions?
Hi
Im new to RW & am using the Mountain Theme but need to change the Font to helvetica
I know FontStack probably does the job but I have to add it to every page but I rather do it globally in the Code page
Reading through I came across CSS code that did the job for the Banner Header & Slogan as below & funny enough I managed to change the body in all pages too with * font-family: helvetica
but I really need the code for changing Header 3 as well please
the code that is so far working for me is:
Hi Paul
I just noticed when viewing my website on my mobile as you have mentioned the font on some parts have reverted back to Times New Roman - can you please elaborate how to buy & load helvetica in my project?
Many thanks
I managed to fix the headings fonts on each page with HeaderPro however my Banner & Slogan fonts remained at Times New Roman when viewed by Chrome or Mobile - anyone knows how to override this to helvetica please?
According to the repository owner, pixelated fonts are normal in Grub because it doesn't support advanced functions of the graphics card (blurring or anti-alisasing). So maybe the font did apply correctly in my case.
I'm trying to add a custom font (Roboto) to my theme. However, when previewing my course, the font doesn't load; and switches to the fallback font. Please see my config below. Have I got the file path incorrect? I'm not sure what I'm missing...
In the authoring tool dashboard, the cog on each course gives you access to copy id to clipboard. Screenshots attached. This tells you the folder name of a course in the adapt back end. Depending on where you have the adapt AT installed it's easier or harder to find your way there but the path is
and in here will be a folder that matches the course id that you copied. If your install is on something like Azure or AWS you'll need a utility such as Cyberduck to find your way. If it's local and on MacOS a spotlight search does the trick.
Q: What do I need to do to get them working on my site?
Q: Do I still need the .tff file also?
Q: Where do I upload the files (and which ones? I understand .woff2 may not support all previous browser versions?)
Q: Do I enable websafe fallback in the enfold Theme settings?
*: I have a child theme installed.
*. I know how to .FTP
@Ismael: I put the font files in the child theme/fonts and I also put them in the mail theme root and yes, I used the full directory. I know it was looking in the right place (after I had changed my child theme H1,H2 etc, as the fonts did change (back to a default one).
If you can get H1 to be chalkduster that would be fantastic. H1 is used on the About Menu Contact Us and News headers. Right now it is showing a plain font, because it is not finding the Chalkduster one.
Hi Guys,
SiteOrigin Page Builder has integrated with Flash Pro so I decided to give it a spin. I have searched the web extensively for ways to change fonts, font sizes and font colors in Widgets with most responses referring to either css classes or css styles in attributes. I have tried a few css options but cannot get the results.
I was also looking to see if SiteOrigin Pro version has better font customization options but it is still unclear to me if that is the case. Could you please help me to move forward with my SiteOrigin Page Builder web design. Thank you.
I would have recommended switching to our widget. Can you perhaps send a link to a page showing the background image problem so we can take a look? Alternatively, can you add the image to the row rather than the widget? Is the result different if you do?
Yeah, full previews is the way to go. Would lead to higher satisfaction and more purchasing confidence. Having been able to take a peek at some of the full themes, there are a few that I would be bummed if I bought them blind as the menus were nowhere close to what I would imagine.
Once I saw this post on Twitter/X, I fell in love with this topic with this font, but being a beta toaster of this topic was not in the application, apparently it is only a concept, I really hope that it will appear in future updates, keep my money, I will buy without hesitation.
I made some updates to the theme's typography settings for headers and body. It reflects immediately on pages built in Avada's Fusion Building, but not within Layouts. I'm not sure what specific information will be helpful for you to help diagnose the problem.
Avada ONLY controls the settings for the header and footer (when designing a page within layouts). There is no way for me to use the Avada settings to change the look and feel of the typography within Layouts designed pages. Avada typography settings only change Fusion built areas of the site. Is this correct?
I've searched online and have not been able to find any answers to this one. I am in the middle of developing a new website and have started trying to work with the new theme.json feature in WordPress 5.8.
At this time, typography.fontFamilies is only available in the Gutenberg plugin. The plugin must be installed for this setting to take effect. See the comparison toggle at -editor/how-to-guides/themes/theme-json/#settings
You can save the current theme + any such modifications by clicking "Set as default". However, that does not change the theme itself - if you create another document and select the same theme, the theme properties are the "factory default" ones (i.e. the ones defined by Microsoft).
I cannot see any simple way within the Mac Word User Interface(again, not sure about the Windows side) to make your own choices.Word's Object Model does not seem to have any direct way to deal withthis either. The expectation from Word 2007 onwards seems to be thatyou work with various XML files to achieve what you need, but asusual, the available documentation does not seem particularlyinformative as to how you modify the factory-supplied styles.
However, with VBA, even on the Mac side, in Word 2011 it is possibleto export the "ThemeFontScheme" for the current theme for adocument. That creates a .xml file that you can edit (e.g. swap Arialand Times around) and then re-import.
You should then be able to edit that XML (e.g. in Mac OS X TextEdit) to define the fonts you need. I won't attempt the details right now but will try to edit this Answer when I have had a better look.
However for a clean version of Word 2016 the theme font xml files do not appear to be available. The procedure I have got to work is as follows. My objective was to set default fonts of Century Gothic (Headings) and Palatino Linotype (Body) to replace my already personalized Helvetica/Times combination.
Then I opened my store in Google Chrome. Found the text I wanted to change. Right-clicked the text I wanted to change and selected "Inspect element". There I could see the css information about the selected text, and I would look for the css string called "color".
Remember: Before you can do his you need to go to your backoffice, go to advanced parameters, performance, and then disable "Smart cache for CSS". Otherwise you can't see in which file the css for font color is located.
Editor preferences like font, font size, etc., are specific to the syntax - so your Markdown, TaskPaper, JavaScript drafts each have their own set of settings which are applied when you open a draft with that syntax.
You can set the syntax associated with a draft using an action, so as long as you have done the preparation in terms of the syntax duplication and editor settings, you could effectively drive the change of font from an action, you just would define the actual font and the syntax details outside of the action.
3a8082e126