Questions tagged as 'css-font-face'

2
answers

Problem using 'Google Fonts'

I would like to use a Google source without needing an Internet connection. I saw that @font-face has this power. Just drop the font in one of the formats (I preferred .EOT because it is also accepted by IE Browser) and declare it...
asked by 13.02.2014 / 21:12
4
answers

Why do my webfonts only work with Chrome?

I'm creating a website through a child theme of Shoestrap, based on Bootstrap. When I use webfonts they just work in Chrome. What am I doing wrong? My CSS is this @font-face { font-family: 'open_sansitalic'; src: url('assets/font...
asked by 06.03.2014 / 19:52
1
answer

Semantically, which tags should I use for icons?

I have a navigation menu with some icons using @font-face . Each item in this menu has: the icon (with ::before ); text, explaining the function of that link. . It turns out that when the page loads on a smaller device, I wan...
asked by 26.10.2014 / 22:11
2
answers

With CSS is it possible to fill in the "eyes" of the Source? Is it possible to fill in the "holes" in the letters A, O, P, etc.?

I was wanting to create a title to use in the sessions of my site, but I wanted the font to have a similar effect to those images, with my eyes filled in giving the impression that the font has the inside of the characters filled in....
asked by 22.10.2018 / 14:36
1
answer

In CSS how do I align Numbers with Text in Classic Fonts?

I'm using a Font-Face that has the old typographic style in the numerals and I want to align them with the text. Seethatthenumbersinthisfontfollowtheoldpattern,wherethenumberisalignedwiththeascendinganddescendingfont,notthebase-lineSo...
asked by 17.10.2018 / 19:58
2
answers

Firefox serrated font

How to solve this problem in Firefox regarding fonts? Home Unfortunately Chrome is smooth and Firefox serrated.     
asked by 01.04.2015 / 14:23
1
answer

Icons in different sizes with Bootstrap

Hello, I am studying Bootstrap by setting up an OpenCart site where the layout has default icons. I made an HTML module for information with 3 icons using Bootstrap, but they follow the CSS size: .fa { font-size: 14px; } I want t...
asked by 09.06.2015 / 18:03
1
answer

Problems with @ font-face of the same family

I'm having a problem with CSS3's Font module. I have a font with 3 types: bold, normal and italic and I inserted them in CSS with the same name but with font-weight and style attributes for each type. The problem is that in some browsers (F...
asked by 24.02.2014 / 18:24
1
answer

Is it safe to use font-face instead of cufon and the like?

I'm working on a website and need to use fonts that the user may not have on their machine. Do most browsers now support @font-face ? From which versions? It is already possible to give up alternatives like cufón ?     
asked by 04.09.2014 / 20:42
0
answers

How to customize a page's unicode (emicode)?

In Windows operating systems when using emojis the font used by browsers usually is Segoe UI Emoji    Note: in Firefox it has its own "emojis system", I think it uses Twemoji Mozilla :   - link       What makes Firefox have...
asked by 19.09.2018 / 19:26