Hi, it is correct that only 5 fonts are visible in Forms10.1, is there a way to introduce additional fonts? Thanks
Question
Question
Answer
Yes, by default it appears they give you only those fonts that would be most commonly available within common operating systems.
However, it is very easy to add additional fonts using Google Fonts and then by adding a small bit of code to your Forms custom CSS section:
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500|Ubuntu:300,300i,700');
That is one example. From the Google Fonts website you will choose a font or a few and their respective font weights. It will generate the code as displayed above for you to copy and paste. Be sure that the code is towards the top of your custom CSS. Then you will simply specify those font families within your CSS as displayed below:
#form-title-wrap h1 { font-family: "Ubuntu", Sans-Serif !important; font-size: 3.5rem !important; font-weight: 300; }
How do you get the code? I went to the site, found the font I want, but can't seem to find the code. Do you have to buy it?
I had that issue on some. Looks like there are certain ones that are not avialable and the one you are trying maybe one of them