مدیاویکی:Common.css: تفاوت میان نسخه‌ها

از کمیته داده دانشگاه علوم پزشکی اصفهان
پرش به ناوبری پرش به جستجو
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
@font-face {
 
    font-family: "Segoe UI";
body { font-family: Segoe UI; }
    font-weight: 200;
    src: local("Segoe UI Light");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}

نسخهٔ ‏۲۲ مهٔ ۲۰۱۹، ساعت ۰۹:۱۲

@font-face {

   font-family: "Segoe UI";
   font-weight: 200;
   src: local("Segoe UI Light");

} @font-face {

   font-family: "Segoe UI";
   font-weight: 300;
   src: local("Segoe UI Semilight");

} @font-face {

   font-family: "Segoe UI";
   font-weight: 400;
   src: local("Segoe UI");

} @font-face {

   font-family: "Segoe UI";
   font-weight: 600;
   src: local("Segoe UI Semibold");

} @font-face {

   font-family: "Segoe UI";
   font-weight: 700;
   src: local("Segoe UI Bold");

} @font-face {

   font-family: "Segoe UI";
   font-style: italic;
   font-weight: 400;
   src: local("Segoe UI Italic");

} @font-face {

   font-family: "Segoe UI";
   font-style: italic;
   font-weight: 700;
   src: local("Segoe UI Bold Italic");

}