Questions tagged as 'css-font-face'

1
answer

Error loading source: OTS Parsing error: cmap: Failed to parse format 4

I'm having trouble for the browser to use a custom font! In the css folder I have the fonts folder, and inside the fonts folder is the file prompt.ttf but at the time I upload the file to the server, I do the test and the font does not ap...
asked by 25.04.2016 / 07:58
1
answer

Rendering font on Mac leaves font "Regular" similar to "Bold"

I have a font rendering problem on the Mac. The font is of "Regular" size and renders right on windows, but on Mac the same font looks like "Bold". Windows is Seven and MAC is Yosemite. I'm using this code: @font-face { font-family: 'open_sa...
asked by 20.03.2015 / 15:09
1
answer

font-face Internet Explorer

I'm having a loading problem in my sources in IE. It takes about 1 minute to load. Does anyone else pass or have you been through this? @font-face { font-family: 'yanone_regular'; src: url('yanonekaffeesatz-regular-webfont.eot'); src: url('yan...
asked by 23.07.2014 / 15:26
4
answers

How to soften the font with CSS in Chrome?

I have a "cracked" font problem in Chrome, so it looks like the tips are pixelated. To help, I'm posting two images IE : Chrome: My CSS that calls the font: @font-face { font-family: "Helvetica-nw"; src: url('../fonts/Helv...
asked by 12.03.2014 / 19:36
4
answers

How to soften the font with CSS in Chrome?

I have a "cracked" font problem in Chrome, so it looks like the tips are pixelated. To help, I'm posting two images IE : Chrome: My CSS that calls the font: @font-face { font-family: "Helvetica-nw"; src: url('../fonts/Helv...
asked by 12.03.2014 / 19:36
3
answers

how to vertically center a h2 tag inside the div

I would like to leave the text that is inside these% vertically centered% <div class="col-md-2 buttom-area"> <div class="text-center button-disciplina button-border"> <h2>Realizar Chamada</h2> </div> <...
asked by 29.03.2018 / 19:43
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
1
answer

Fountain changing weight

I'm making a website using the bootstrap and I was doing the code normally, my client bought the Pluto Bold font and the Condensed Light, and I'm using them as webfonts. The problem is that the font is light weight in the css, but when I go t...
asked by 28.07.2015 / 04:35
1
answer

Different font on mobile and desktop

In my CSS I put the Poiret One font in the menu of my site. But when I open the phone, the font is totally different. Desktop Menu MobileMenu MyCSSlookslikethis:.menua{font-family:'PoiretOne',cursive;}AndIimportthefontthisway:<linkhref="h...
asked by 14.05.2018 / 18:16
1
answer

Menu changing page content [closed]

Talk to me, I'm producing a Site and I made an HTML + CSS Menu, the only problem is that the Menu is changing the positioning of things that are below it, eg: if the menu exists and below there is a < p > Test < / p > when scrolling...
asked by 05.01.2018 / 00:44