Skip to main content

Questions tagged [fonts]

A font is an electronic data file containing a set of glyphs, characters, or symbols such as dingbats. Although the term font first referred to a set of metal type sorts in one style and size, since the 1990s most fonts are digital, used on computers.

fonts
0 votes
0 answers
8 views

Font rendering issue on Firefox compared to Chrome

I am using a Typekit font (Area Normal) and it shows differently on Chrome to Firefox on Mac. The code is obviously identical, however, on Firefox there would appear to be a 0.58px gap appearing ...
devHensh's user avatar
-1 votes
0 answers
10 views

Same font renders differently

I have a website with a font that depending on the browser keeps being rendered differently. I thought it was something related to anti-aliasing, but it does not seem to fix the issue. I attach here ...
Mirco Fragomena's user avatar
0 votes
0 answers
7 views

how to change font button and @import url compare

I have a problem with changing the font after pressing a button. In the font array I have a list of font names to which the written function refers. When you press the button, the font changes from ...
Katarzynkah A's user avatar
0 votes
0 answers
34 views

Font rendering issue in c++ applcation on WSL with Qt6

I'm developing a C++ application using Qt6 on WSL, using Ubuntu 22.04. This application prints braille characters to the screen when when clicking and dragging in the canvas. The problem is the ...
Leo Boeri's user avatar
-1 votes
1 answer
42 views

How to specify a certain font for italics option?

The thing is, I have installed two 'variable' fonts to be used in my website. One, which is normal and displays 'Regular' and 'Bold' at the same time, and the other also has Regular and Bold, but with ...
DanTanker88's user avatar
0 votes
0 answers
23 views

Flextable extra whitespaces after autofit using custom font

I'm struggling with a specific issue with the flextable-package. I want to export tables in .svg format, using a custom (company) font. However, when I combine this custom font with the autofit() ...
Justin's user avatar
  • 323
0 votes
0 answers
13 views

Fonts Not Rendering for Non-English Text in Node.js Video Rendering on Ubuntu EC2 Server

I'm working on a Node.js project that renders videos with text in multiple languages and fonts using the node-html-to-image library. Everything works perfectly on my local Windows machine, but when I ...
Nikhil Singh's user avatar
0 votes
0 answers
19 views

How to request a huge amount of select CJK characters from Google Fonts API?

I'm trying to figure out how to subset a Japanese font by simply using a Google Fonts API request. There seem to be two options: subset= and text=. However, the former requires a set name which seems ...
Vun-Hugh Vaw's user avatar
-2 votes
0 answers
21 views

How to Dynamically Include Fonts in info.plist Based on Configuration in Xcode?

I have an Xcode project with multiple configurations tailored for different vendors. Currently, I'm facing the issue of manually adding all fonts to the info.plist file, even though some fonts are ...
Ali Abdul Jabbar's user avatar
-1 votes
1 answer
38 views

why the font size still different even i standardize the font already

enter image description here enter image description here I'm facing challenges in achieving consistent font sizes for the search bar and create button on my web pages. Despite standardizing the font ...
Lee's user avatar
  • 1
1 vote
1 answer
46 views

How to properly do stroked text with a wipe fill effect

I'm trying to create a React component that renders a stroked text with a progressive fill color based on a prop that works with any font. Because of a bug with -webkit-text-stroke with certain type ...
empz's user avatar
  • 12.1k
0 votes
1 answer
36 views

Why is Chrome rendering the Font in "extra light" and Safari not?

I have a weird issue. Using the Font "Be Vietnam Pro" I see that Chrome-browsers are rendering it in the "Extra Light" variant, while all Safari-Browsers (including the Safari on ...
itinance's user avatar
  • 12.2k
-1 votes
0 answers
15 views

Font Awesome Icons Showing as Squares After Optimization

I wrote a scripts to detect all the fontawesome icons I use in my project. It detected these icons. ➜ python3 find_fa.py Font Awesome classes used in your project: fa-angle-double-right fa-baby fa-...
code-8's user avatar
  • 57.5k
0 votes
1 answer
56 views

Is it possible to modify the font of NSIS Setup (without installing the font)?

I tried using the font from NSIS as shown below. CreateFont $0 "Fonts installed on the system" 9 "500" What I want to do is as follows: Font files(.ttf) are included in the setup. ...
tux Neoh's user avatar
0 votes
1 answer
20 views

Font weight in header is last weight in import list (regardless of specification)

Regardless of what font weight I specify in the header, it does not change, the only way to change it is to change the last weight in the import list. (And even this does not work if I add a weight ...
user84614's user avatar

15 30 50 per page
1
2 3 4 5
1413