fonts Questions
3
I'm developing an Angular app, and I noticed that google fonts are loaded every time the page changes. It's not making a full page reload, it's an SPA, and I'm using angular routing.
To load the fo...
Accoutre asked 23/7, 2020 at 1:54
13
Solved
In my settings I have:
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code, Comic Sans MS, Tahoma, Consolas",
and I've tried (according to this) different combinations of apostrophe...
Antitragus asked 30/3, 2020 at 5:56
5
I'm using SFML in Visual Studio 2015 to make a game that requires me to print text. I try to load fonts and keep getting an error that says "failed to create the font face". I've tried loading seve...
13
Solved
I've successfully changed the default font inside the editor using the documentation here but that leaves me with a problem. The original default font no longer works in the font drop down list.
O...
Pinery asked 29/7, 2013 at 12:31
3
I am currently using doom-emacs and I have the problem that I set my font sizes up using my 4K (28") monitor but I also need emacs on my Laptop 1920x1080 (15.6") for school and I would li...
Mateusz asked 17/1, 2022 at 8:14
5
Solved
Using custom fonts in matplotlib locally involves storing the .ttfs in the matplotlib/mpl-data/fonts/ttf/ folder, then calling mpl.font_manager._rebuild(), then setting mpl.rcParams['font.sans-seri...
Skirting asked 12/8, 2018 at 16:52
2
Solved
I am using headless chrome based on alpine:3.7 image under docker. However, when I take a screenshot using Chrome DevTools Protocol, I found alpine cannot show languages other than English like the...
Empanel asked 2/3, 2018 at 10:50
5
Solved
I am using a custom-font. The font works perfectly on my Windows PC, but not on my Mac (Yosemite OSX). As you can see at the pictures the font is a bit higher on Mac than on Windows. Same on all br...
2
I have a website and I've try to speed up loading of fonts so I've put:
<link rel="preload" href="{{ '/css/fonts/bebasneue-webfont.woff' | prepend: site.baseurl | prepend: site.url }}"
as="fon...
Ceylon asked 2/12, 2017 at 11:44
3
Solved
As the title states, I've inadvertently set the font size to something gargantuan in Android studio and it's now totally unusable. At most I see the tops of a few letters once the program loads, so...
Farlie asked 15/6, 2015 at 14:26
3
Solved
I have one combo that allows user to select a font name.
The 2nd is supposed to show available sizes of the font. The 3rd has to show available styles.
Question: how can I retrieve the sizes and...
Junction asked 28/12, 2011 at 20:52
4
Solved
I'm currently working on a JavaScript project that uses the HTML5 canvas as a rendering target. In order for my code to play nicely with the (rigidly specified) interfaces I've been provided, I nee...
Saffron asked 28/5, 2011 at 23:19
2
I am using Python's image processing libraries to render images of characters using different fonts.
Here's a snippet of the code that I'm using to iterate through a list of fonts and a list of ch...
Germano asked 23/12, 2017 at 0:41
9
Solved
I need to do some rudimentary text rendering to a pixel buffer, and I think that having a table indexed by char with the representation of the letters as a binary array would be more than enough......
16
I added my two fonts to my project folder:
I added them to info.plist:
I can not see them in my custom font list in the storyboard:
What have i done wrong?
2
On the site I'm working on, I have a few fonts hosted on an external server. In my <head>, I am preloading the fonts and then getting the stylesheet that includes all the @font-face rules for...
5
Solved
4
I have downloaded a couple fonts (NOT GOOGLE FONTS) and I want to add and use them in my Nextjs 13 Tailwind project.
I've followed the Nextjs docs to try add a single font (I want to add multiple f...
Cola asked 29/11, 2022 at 0:45
2
I want to be able to test if a specific character, such as 💧 (that's a raindrop emoji, in case you can't see it), will render correctly in a user's web browser, so that if that character doesn't r...
Hotblooded asked 9/3, 2020 at 19:46
3
Google served font like Montserrat has a lot of different styles:
Thin, Extra-Light, Light, Regular, etc...
I could not find a way to specify a style with CSS.
Using Font-weight can access only so...
Mousterian asked 1/3, 2017 at 13:1
2
Solved
UPDATE: I used @brclz suggestion, solving my problem like this:
Copied the GitHub address of each font file of the family,
Example:
https://github.com/h-ibaldo/Raleway_Fixed_Numerals/blob/mas...
Violetteviolin asked 26/9, 2016 at 2:20
4
Solved
How do you change the Markdown preview font size in IntelliJ IDEA 2017.1? The default font size is so small it's useless.
I've tried changing:
Preferences > Editor > Colors and Fonts > Fon...
Corked asked 21/3, 2017 at 14:53
8
Solved
I would like to be able to center single lines of text within rectangular areas I can calculate. The one thing I have expected to do in 2D geometry on a canvas is to center something whose width is...
Antecede asked 7/12, 2012 at 21:34
2
Solved
I've seen a few issues with the cursor being improperly spaced in the ace editor. The problem has to do with the font-spacing and apparently the solution is to only use monospaced fonts.
Here's a...
Epitomize asked 5/1, 2014 at 7:2
4
Solved
Does anyone knows how to extract the characters image from a font(ttf) file?
1 Next >
© 2022 - 2025 — McMap. All rights reserved.