Questions tagged as 'font'

1
answer

Get font name in .bat

I'm using the script below to install fonts in Windows, but I wonder if there is a way to get the font name from the font. For example, the source file name is BebasNeue.otf , but the name of the face is Bebas Neue (OpenType) . How...
asked by 06.11.2014 / 10:38
1
answer

How to use a Google font when printing?

I'm using this source: <link href="https://fonts.googleapis.com/css?family=Meie+Script" rel="stylesheet"> font-family: 'Meie Script', cursive; It works normally on the page. But when it comes to printing the font, it does not come out...
asked by 06.06.2018 / 14:30
2
answers

Awesome Font Problems

Hello, I'm having trouble with Awesome Font , I'm creating a page that I want to use the icons, I started typing the Awesome Font url, it shows the icons, then it includes 2 more CSS files, boot .css and style.css, after including the icons hav...
asked by 14.09.2017 / 16:28
4
answers

Custom font in html / css does not work

I'm trying to insert a non-standard font into my html , but it's not working. I downloaded the font and put it in a /font folder inside the css folder. Here is the code: @font-face { font-family: sans-pro; src: url(...
asked by 16.04.2016 / 01:35
1
answer

Line-Height - Does not Leave Vertically Centralized Text

I'm using line-height to center a text vertically. But the text seems to me to have a small margin. See the image below, I selected the font to see better the spacing that is making the difference when it comes to centering. Can you fi...
asked by 25.06.2015 / 19:32
2
answers

Icon libraries [closed]

I'd like to hear from you, what are the icon libraries you use, preferably free, for example, I started using Font-Awesome, but it did not meet some of my needs.     
asked by 29.09.2016 / 14:40
1
answer

Change font size

I am trying to change the font in an html document, however, if I indicate the font name, it does not change and the font size returns to the original. This is the code I am using: p { padding:20px; background-color: white; f...
asked by 20.06.2015 / 20:19
1
answer

Why do font-faces not work from one pc to another?

Hello! I created a website on a computer with external fonts, using the @ font-face tag. However, when I went to open the html document on another pc, the file did not load the fonts. I put the font-face and class to call it in html @font-f...
asked by 27.04.2018 / 05:04
0
answers

Whiteboard change font and color of text inserted with drawText

Using the Whiteboard component, I inserted the text into the image. But how do I change the color and font of this text?     
asked by 06.06.2017 / 16:33
1
answer

Source takes time to load on hosted site

I've been hosting my site and I use @font-face in CSS, it has a huge slowness to load that font on the site. What can I do?     
asked by 24.11.2017 / 01:41