font-family
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016.
CSS дескриптор font-family
позволяет авторам указывать font family для шрифта, указанного в правиле @font-face
.
Связано с @-правила | @font-face |
---|---|
Начальное значение | n/a (required) |
Обработка значения | как указано |
Синтаксис
css
/* <string> значения */
font-family: "font family";
font-family: "another font family";
/* <custom-ident> значение */
font-family: examplefont;
Значения
<family-name>
-
Указывает имя font family.
Синтаксис
font-family =
<family-name>
<family-name> =
<string> |
<custom-ident>+
Примеры
css
@font-face {
font-family: examplefont;
src: url("examplefont.ttf");
}
Спецификации
Specification |
---|
CSS Fonts Module Level 4 # font-family-desc |
Совместимость с браузерами
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
font-family |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.