Html5-e-css3-domine-a-web-do-futuro, IconicFill não está funcionando

0 respostas
htmlcsshtml5
Fabiano_Freitas2

HTML

<! DOCTYPE html>

Ruby on Rails: coloque sua aplicação web nos trihos

Fabiano Freitas

Disponível

CSS

h1 {

color: #BD2C00;

font-size: 1.2em;

margin: 0;

}
h2 {

font-size: 1em;

margin: 5px 0;

}
.available {

background-color: #6CC644;

border-radius: 3px;

color: white;

font-size: 0.8em;

font-weight: bold;

padding: 3px 7px;

text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);

}
ul {

background-color: #56B4EF;

background-image: linea-gradient(to bottom, #56B4EF,#148EDA);

float: left;

list-style: none;

margin: 10px 10px 0 0;

padding: 0;

width: 230px;

}

@font-face {

font-family: IconicFill;

src: url(iconic_fill.woff) format(woff);

font-weight: normal;

font-style: normal;

}
.icon::before	{

font-family: IconicFill;

margin: 0px 5px;

}

.paper::before	{

content: ‘\e00b;

}

.digital::before {

content: ‘\e044;

}

.package::before {

content: ‘\e022;

}
Criado 12 de março de 2018
Respostas 0
Participantes 1