21,184 questions
0
votes
2
answers
46
views
Nuxt Fonts with TailwindCSS v4 not loaded if using `@theme inline` instead of `@theme`
I want to use Nuxt Fonts to ensure that the appropriate @font-face rules are generated for my fonts. The documentation claims that for v4 I don't need to use the processCSSVariables option and that I ...
0
votes
1
answer
36
views
Nuxt Fonts does not generate the correct `@font-face` when the font is set as the default font in TailwindCSS v4
I'm using the @nuxt/fonts package to provide the font declarations. When the package detects a font name, it automatically adds the required @font-face rules to the compiled CSS. Based on the tests, ...
0
votes
3
answers
124
views
Flutter Web: Force app to use only bundled fonts (no CDN requests)
I'm building a Flutter Web app and I need to avoid loading fonts from any external CDN (company policy / privacy reasons).
Instead, I want to bundle all fonts locally and have Flutter use only those.
...
0
votes
0
answers
65
views
Abrupt/Unexpected word breaks at new line in HTML while using a TTF font (Gujarati)
This word breaks dont happen when HTML is opened in microsoft word WEB layout or if the text itself is pasted into different softwares like Word, CorelDraw or Adobe Pagemaker.
Moreover similar ...
0
votes
1
answer
154
views
PyMuPDF (insert_textbox) refuses custom fonts and bold text — how do I correctly apply non-default fonts?
I'm working on a PDF-personalization pipeline using PyMuPDF (fitz) where I insert modified text into an existing PDF using page.insert_textbox(). The text insertion works, but custom fonts and bold ...
0
votes
0
answers
26
views
How to scale text dynamically?
Godot Version
v4.5.1.stable.official [f62fdbde1]
Question
I have a Label node "DisplayWord" that shows the word the user typed. Therefore it could be anything from 'Cat' to 'Asphyxiation'.
I ...
3
votes
1
answer
133
views
Matplotlib LaTeX text not respecting font family
I am trying to display a LaTeX-style equation in a Matplotlib plot using a custom font (Algerian). I want both the equation and the surrounding text to use the same upright (non-italic) font. Using ...
3
votes
1
answer
249
views
How can I display the Persian language fonts?
I use my custom Persian font in jsPDF, but characters for this font show me wrong.
I hear
The IranNastaliq font uses the 'cswh' feature for such ligatures. 'cswh' is default-off according to the ...
-3
votes
1
answer
251
views
How to give a pixel wood texture to font similar to Stardew Valley?
I'm currently working on my bachelor's project, I downloaded the Stardew Valley Title font to use it in my Web Game but I'm having problems getting that wooden texture. Here is how my title related ...
1
vote
0
answers
43
views
How to fix FOUT/Layout Shift when using Google Fonts `@import` in Jekyll SCSS?
I'm experiencing Flash of Unstyled Text (FOUT) when moving within internal links on my Jekyll site hosted on GitHub Pages, despite using the &display=swap parameter on my Google Fonts URL.
Setup
...
3
votes
1
answer
116
views
How do I apply a font style I created to a range of cells with openxlsx2?
I want to apply a format I created using the create_font method to one or two ranges of cells, but I can't figure out how to use it. I've tried many ways, but unfortunately, without success.
My goal ...
3
votes
2
answers
87
views
Font size in Python Pillow and Microsoft Word
I want to make images in Python Pillow with text, insert the images into a Microsoft Word document, and have the font size in the image match the font size in the document. How do I make the font ...
2
votes
1
answer
92
views
Form field displays gibberish characters when using subsetted TrueType font
I'm using Apache PDFBox to create a PDF with form fields and embed a custom TrueType font (FreeSans.ttf) with subsetting enabled. However, when I set a value in the text field, it displays gibberish ...
3
votes
1
answer
100
views
Change the font color of data labels in a Sunburst chart in Excel
I’m trying to change the font color of the data labels in a Sunburst chart in Excel using VBA.
So far, I’ve tried several approaches over the past two days, but I can’t seem to access or modify the ...
1
vote
0
answers
53
views
Skia paragraph does not have granular font weight
The paragraph has only three weights depending on the backend used.
On windows with direct write:
from 100 to 500 is thin
from 501 to 899 is thick
from 900 it is thicker
On linux with freetype and ...