Jump to content
  • 0

Własna czcionka


Fre3x

Question

Cześć, chciałbym dodać do szablonu nową czcionkę. Nad standardowym z global.css @font-face z czcionką FontAwesome wrzucam taki kod:

@font-face {
font-family: 'Dejavu';
src: url("../fonts/dejavu.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

a w miejscu w którym chcę by nowa czcionka się wyświetlała (również w global.css) wrzucam to:

font-family: "Dejavu";

Niestety, po wysłaniu global.css na serwer nie wyświetla się moja nową czcionka, a coś w stylu Times New Roman. Próbowałem się ratować tworząc nowy folder i wpisując w url "nazwa_domeny.pl/czcionka/dejavu.ttf" ale i to nie pomogło.

Ma ktoś pomysł jak to zrobić dobrze?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...