تمرین مربوط به فونت ساحل در css

پرسیده شده
فعالیت 1331 روز پیش
دیده شده 583 بار
3

با سلام و وقت بخیر و تشکر از استاد صالحی و تیم سون لرن

جواب تمرین فونت ساحل

/* font-style-sahel */
@font-face {
  font-family: sahel;
  src: url(../font-style/Sahel.eot) format("eot"),
    url(../font-style/Sahel.woff) format("woff"),
    url(../font-style/Sahel.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Sahel-bold;
  src: url("../font-style/Sahel-Bold.eot") format("eot"),
    url("../font-style/Sahel-Bold.woff") format("woff"),
    url("../font-style/Sahel-Bold.woff2") format("woff2");
  font-weight: bold;
}
p {
  font-family: "sahel";
}
.a {
  font-family: "Sahel-bold";
  font-weight: bold;
}

 

فایل پیوست

hamidreza soleimani
hamidreza soleimani

22 شهریور 99