مدیاویکی:Common.css: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
@ | @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"); | |||
} |
نسخهٔ ۲۲ مهٔ ۲۰۱۹، ساعت ۰۹:۱۲
@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");
}