Questions tagged as 'css-font-face'

2
answers

@ font-face c # MVC Bootstrap

I have a Bootstrap template that I'm trying to apply to a project, but I have a huge problem importing the .eot, .svg, .ttf, .woff, .otf files These files are in the directory: NomeProjeto\Content\fonts My .css file that I call atte...
asked by 11.08.2016 / 21:35
1
answer

How do I load an external source into a CSS / HTML document?

I'm trying to import an external source into a file CSS So, this is my code CSS : body{ background-color: white } @font-face { font-family: 'devgothic'; src: url('/fonts/devgothic.eot'); src: local('devgothic'),...
asked by 08.05.2016 / 15:12
0
answers

Font-Face did not work in firefox CodeIgniter

I have a codeigniter site and I added some fonts with font-face in css and it worked fine in firefox in developer mode and in chrome, when I hosted it firefox stopped changing the fonts on the page but in chrome it works normal, and on the edge...
asked by 16.04.2018 / 02:27
0
answers

The source does not change it only changes the weight but not the family on the front end!

The source does not change the family only the width on the front and does not show any error in the console! @import url("https://fonts.googleapis.com/css?family=Ubuntu"); .menu-vin li a{ display:block; text-decoration: none;...
asked by 26.03.2018 / 15:58
1
answer

Correct font-face application

It is known that fonts of type woff and woff2 are not supported by all browsers, I am using it in my page and in the google chrome console it has problems downloading font type woff2 , no mozilla as .woff . Could you...
asked by 18.01.2018 / 22:42
1
answer

Problems using font-face on site

I'm using font-face on my site and it loads normally when typing the link with www.ksleague.com, however, when typing the link without the www, it does not pull the font-face. How do I resolve this?     
asked by 25.11.2017 / 14:46
1
answer

Problem with fonts and url

So, I'm having a problem here, which is as follows, I import external fonts in css with @ font-face, but when I access my website in the browser without putting the www, the site does not pull the font . But if I type the URL in the url of the s...
asked by 12.04.2017 / 15:32
1
answer

Problem importing CSS fonts

I have a small problem importing fonts, when I put the native fonts works, except for Helvetica, and when I import a local font or url it's like I can not access the font and then the browser uses to default. @font-face { font-family: '...
asked by 08.03.2017 / 14:34
2
answers

Change the font in wordpress.com through css

I'm trying to change the font of a website hosted on WordPress.com. In the file css , I make the source in the first line of the code: @import "//fonts.googleapis.com/css?family=Lekton"; Then, I determine the font that will be used:...
asked by 07.10.2016 / 17:26
0
answers

font-face url does not load

First of all, I already notice that I did not find anything in the searches that could solve my problem. Here are the paths to folders and files: _pasta_da_html pagina.html arquivo_da_fonte.ttf css_com_font_face.css In CSS, my code l...
asked by 17.06.2016 / 14:37