I have just updated Microsoft Office 365, which includes the word update to version 15.14 (150911). I am using a Mac running OS X 10.10.4 (latest version). Now i'm having issues with the font "Roboto". The Font has many weights, as "light" or "thin" and i can choose between them in word. But the only font that applies is Roboto in regular weight. What still works though is the bold, italic and underline option. In Excel the font works as it should.
Then, save the CSS for the downloaded fonts in the directory assets/.scss, where has to replaced by the font name, like roboto. In each SCSS file, also add the following directive to each font declaration:
All i have done so far is change fonts using css and copied content from word which is in the font I require. I imagine this method is so so so wrong! I think the copy and paste from word must put the font into the HTML and I change the fonts in headers etc with CSS like this:
@ragavanrajan I think i have found a post relevant to this here: How to use custom font for web page in PowerApps P... - Power Platform Community (microsoft.com) but I have a few questions I have added to that post for clarification.
This works but italics, bold, are no longer used. I can use fontfamily: roboto but that is ignored. If I use mainfont: roboto, I get errors relating to mktextfm roboto. Apparently, TinyTex is attempting to install "roboto" but it's already installed. In any case, I'm working in a locked-down environment and can't access internet to install things.