🎉 سال نو، مهارت نو، مشاوره رایگان نقشه راه برنامه نویسی (آفر ویژه ثبت نام قبل از افزایش قیمت 🔥)
۰ ثانیه
۰ دقیقه
۰ ساعت
۰ hamidreza soleimani
تمرین مربوط به فونت ساحل در css
جامعه Html & CSS ایجاد شده در ۲۲ شهریور ۱۳۹۹

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

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

/* 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;
}