Skip to main content
2 votes
2 answers
100 views

I've also tried to use the src: local("") for linking the font file but that also doesn't work. There was an issue with the font-family name not matching the actual file name which was odd ...
JuanyBGoode's user avatar
1 vote
2 answers
131 views

I'm trying to preload the font before the page is rendered I've already searched for solutions and found the following answers on StackOverflow: https://stackoverflow.com/a/52763507/8148505 https://...
Amjed Omar's user avatar
  • 1,058
0 votes
1 answer
307 views

According to what I've read so far it should be possible to insert a <style>-block at the root level of the <svg>-element where I can then insert the font with @font-face. But in the ...
mtxcactus's user avatar
2 votes
1 answer
54 views

I'm trying to make documentation for a mobile keyboard for toki pona, and I'm going to be sharing the file around in a Keyman keyboard package. For one reason or another, files in the package can't be ...
6XEN's user avatar
  • 23
1 vote
2 answers
34 views

I read it is a old thread, but I experience the same problem as a previous question but both Son my local and on the server: Accessing fonts in different directory Dexcription: In my web root, I ...
ChrisL's user avatar
  • 64
0 votes
1 answer
69 views

I am attempting to build a Wordpress theme. For various reasons I am trying to incorporate accessibility instantly. One of the ways I am doing this is by giving the user option to choose fonts but I ...
LittleSeaBear's user avatar
2 votes
1 answer
150 views

This is my code, I tried adding config file but from documentation I saw it can be done like this: @theme { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "...
Aarav Raj's user avatar
0 votes
1 answer
58 views

I have a Wordpress website, but I'm not a specialist on Wordpress. I noticed my theme had an issue with its fonts, they weren't loaded because the font-display property had fallback as value (and the ...
flen's user avatar
  • 2,480
1 vote
0 answers
98 views

I am trying to use @fontsource/roboto by importing it with face mixins, offered with the library. Since the latest version v5.2.5, it adviced to use the 2 libraries @fontsource-utils/scss and @...
Abdullah El-Kindy's user avatar
0 votes
0 answers
100 views

After the introduction of @fontsource/roboto v5.2.5, it had some breaking changes including not supporting mixin faces anymore. However, it recommends using 2 other libraries to achieve this. "@...
Abdullah El-Kindy's user avatar
0 votes
0 answers
157 views

I've seen this raised a few times but with different circumstances so I'm hoping to garner some insight into this specific issue... We have a custom self-hosted font where the 400 font weight is ...
Wristy Manchego's user avatar
0 votes
0 answers
54 views

I'm trying to use the font-face rule in a style block on a html page, rather than in a style sheet. But it's not working. My aim in doing this is to improve the load time of the Largest Contentful ...
Charmain's user avatar
0 votes
0 answers
80 views

Goal: Render the appropriate font weight for font family Proxima Nova in Firefox and (Headless)Chrome on macOS for local visual diff tests of web page. Info: Proxima Nova, and all of its font ...
Philippe Hebert's user avatar
1 vote
0 answers
121 views

I have an Angular project and ExpressJS webserver which serves the Angular project. I used a custom font in Angular, created a font-face like this: @font-face { font-family: 'Branda'; src: url('../...
István Dobai's user avatar
-2 votes
1 answer
55 views

I need to use specific Font in ASP.NET Core MVC Project, So, in css file: CSS: @font-face { font-family: "CustomFont"; src: url(css/Custom-VariableFont_slnt.ttf); } But I get error ...
MrMustafa022's user avatar

15 30 50 per page
1
2 3 4 5
230