font-family Questions
3
Solved
I'm creating a WPF application.
I have created a folder in my solution and I have some fonts in it.
How can I change programmatically the TextBlock FontFamily ?
Hydrogenize asked 4/2, 2018 at 15:51
5
I am trying to use the "Open sans" font into my web page, and only in Firefox, I get this error in console:
downloadable font: kern: Too large subtable, table discarded
Here is the CSS:
@font...
Affair asked 4/2, 2016 at 16:49
4
Solved
I want to use a custom font family in my react-native project for that when I run the command
npx react-native link
it shows me the error error Unrecognized command "link". As I checked ...
Ligulate asked 5/7, 2022 at 2:20
4
Solved
How can I change every text of my app to use a specific font? I can change them individually by using the TextStyle() but how can I make my app default to a specific font? Can you show me how?
Pantheas asked 7/10, 2020 at 4:4
7
Solved
I'm trying to import and use the Yellowtail font (from Google Fonts) in my React app in a Material-UI theme.
As far as i know all google fonts are on npm, I've installed it, with the
npm insta...
Adjunct asked 28/9, 2019 at 11:46
1
As in css , we can set like this :
font-family:"Times New Roman",Georgia,Serif;
But in RN , we can just set one font ,
fontFamily: 'MidPlane00v3.1',
How can we use it like css?
I need to show...
Desmond asked 11/12, 2017 at 11:12
3
Solved
My IDE inspects my CSS files, and complains if I put a font-family rule which does not have a generic fallback. In general, I have to agree with my IDE, and I will happily add the font callback.
E...
Equiangular asked 6/6, 2019 at 0:0
6
Solved
I',m making some changes to the text in my react native application: I need to specify Roboto light for paragraphs and Roboto Bold for titles.
I need to have the same look of the text in both iOS a...
Malorie asked 4/5, 2017 at 9:25
3
Solved
i have bar chart with "react-chartjs-2", where should i put my font family for labels of chart in xAxes:
this way:(not worked)
<Bar
data={chartData}
options={{ defaults: { global: { ...
Vineyard asked 8/5, 2021 at 16:1
1
I have this SVG file in the same directory as this font's TTF file.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
&qu...
Bently asked 10/2, 2022 at 5:18
3
Solved
Is it possible to add a fallback font directly to the definition of the font-face?
Example:
@font-face {
font-family: 'MyWebFont', Arial, Helvetica, sans-serif;
src: url('fonts/MyWebFont.eot');...
Vivyan asked 14/11, 2014 at 10:13
4
Solved
How to write a CSS font style for the following font:
font-family: Comic Sans MS CSS rule doesn't work.
Distributor asked 24/1, 2014 at 14:14
3
Solved
I have a div and in this div I want to display some text in Calibri (Body) font.
How can I do this?
This is the css I have been given :
.an_account_join_1 {
float:left;
width:100%;
color:#000...
Upsilon asked 30/5, 2012 at 4:53
2
I am fairly new at coding and I'm struggling with the following issue.
I have searched numerous times online on how to change the fonts in VScode to match the different fonts being used on a projec...
Crocidolite asked 5/12, 2016 at 20:34
3
Solved
image pubspec
I want to set Noir Pro as the default font family for my flutter app.
Default Roboto fontFamily changes to NoirPro but the font weights e.g(.w400,w500,w600) are not working correctly ...
Washwoman asked 10/2, 2021 at 14:50
7
I have used custom font with Support Library API 26. I have created font-family using style and add style to my text view. I found that font is going to set in Preview during design, but not workin...
Traject asked 13/11, 2017 at 11:14
3
Solved
I'm looking for the list of "safe" font families to use in a WPF application - font families that should be installed on all clients machines capable of running WPF. Silverlight has a well defined ...
Tolly asked 9/8, 2011 at 9:2
4
I have a TextView in my activity_main.xml, and I want to change its fontFamily attribute. It works in the AppTheme and the AppCompat themes:
However, in other themes like the Material themes, th...
Patras asked 4/4, 2018 at 2:11
2
I am using MAC OSX and my Safari version is 13.0.3. I tried installing some custom fonts into my machine. I installed the font great-vibes from https://www.fontsquirrel.com/fonts/list/popular (just...
Scathing asked 30/1, 2020 at 12:48
2
Solved
ok, I might be missing something really easy, But I want to use the same Font family, Font Size, and color for multiple controls.
Is there a way to create one style for this and apply it different...
Cablegram asked 28/7, 2011 at 0:4
2
I have some custom fonts in my /assets/font folder , let's say it is "ITC Charter Com Black" and I got four kind of files :.eot .svg .tff .woff.
and how can I use these font in my project?
I tired...
Igal asked 19/6, 2019 at 8:31
2
I was reading about variable fonts and I don't get the concept.
There are 5 registered axes wght, wdth, ital, slnt, opsz. Font weight already pre-existed and we use it daily in our css.
So what ...
Autophyte asked 22/3, 2020 at 23:52
1
Solved
For each of the following h1 and h2 elements, the below CSS specifies a font-family in two alternative ways: (a) as the traditional string, e.g., font-family: Tangerine,cursive; and (b) as a previo...
Cubic asked 24/6, 2019 at 1:51
2
Solved
At the moment I use fonts on my website that works with Chrome for Windows but these fonts does not work with Chrome for Android.
The fonts I would like to use are Haettenschweiler and Impact but ...
Stark asked 13/6, 2019 at 12:22
0
I have below code, which I expected that it will execute after all fonts loaded. But it is not working as expected.
document.fonts.ready.then( () => {
document.fonts.check('14px Poppins'); // ...
Diminutive asked 14/5, 2019 at 10:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.