Questions tagged as 'css-font-face'

2
answers

Windows Phone does not load .font in CSS

I'm doing an HTML5 responsive application using Bootstrap and SmartAdmin, etc. Works on all devices. Including Internet Explorer 8, 9, 10 and 11 but in Windows Phone 8 (with that last update that stays with IE 11) does not run the sources...
asked by 21.05.2014 / 14:44
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
1
answer

How can I use the pseudo css elements

Following a css3 tutorial, I learned how to place icone inside the inputs. The dev that I was teaching used an example of 2 inputs to put 2 icons 1 in each input. In this case, you used the following pseudo elements: .form-group :: before...
asked by 04.05.2018 / 11:55
1
answer

Use 2 fonts in a sentence

I have a site that the client asked me to use one font type for some things and another type for others. And he asked that the mail be all with a typeface (type1) but this type does not have @ so he asked that the mail was all with type1 but @ w...
asked by 14.07.2015 / 16:56
2
answers

How to fix "flicker" of webfont of icons when doing reload of the page?

When reloading the page the icons of a webfont are loaded only after loading the CSS and this causes a "dancinha" in the text. See below the unwanted behavior of the icon when reloading the page: ThesourcecodeformyCSS:@font-face{font-fami...
asked by 18.10.2015 / 16:41
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
0
answers

Organization of tables in css

* I have a problem in my code that I am trying to solve for hours now, I'll leave an image to explain better, I want to leave it aligned along with the other bars. <!--*****ContactAreaEnd*****--><sectionclass="contact_us_area section_p...
asked by 28.05.2018 / 17:06
1
answer

HTML does not load font style located in remote folders

The index.html file is in localhost , but the font and the .css file is on a remote server : This is the source link: link What have I tried? @font-face { font-family: 'ProximaNovaBold'; src: url('ht...
asked by 01.02.2016 / 19:56
1
answer

How to put a gradient in front of two images that are background?

I tried to put the gradient in the header that is the "container" of the images, but it only gets behind the images. I've tried using z-index but with no success. <body> <div class="container"> <sec...
asked by 16.07.2018 / 03:23
1
answer

How to change the displayed image in Desktop and Mobile versions of a website

I needed a picture in the desktop version of a website and in the mobile version another image. Since the counter would be on the desktop (as it already is) on the desktop and the mobile would show another image, and the counter below. The...
asked by 16.10.2018 / 22:03