font-family
Quick Summary for font-family (@font-face)
The font-family CSS descriptor allows authors to specify the font family for the font specified in an @font-face rule.
Code Usage for font-family (@font-face)
/* <string> values */ font-family: "font family"; font-family: 'another font family';  /* <custom-ident> value */ font-family: examplefont; 
More Details for font-family (@font-face)

font-family

The font-family CSS descriptor allows authors to specify the font family for the font specified in an @font-face rule.

Syntax

/* <string> values */ font-family: "font family"; font-family: 'another font family';  /* <custom-ident> value */ font-family: examplefont; 

Values

<family-name>

Specifies the name of the font family.

Formal definition

Related at-rule@font-face
Initial valuen/a (required)
Computed valueas specified

Formal syntax

<family-name>

where <family-name> = <string> | <custom-ident>+

Examples

Setting the font family name

@font-face {   font-family: examplefont;   src: url('examplefont.ttf'); } 

Specifications

Specification
CSS Fonts Module Level 4 # font-family-desc

See also

font-display font-stretch font-style font-weight font-variant font-feature-settings font-variation-settings src unicode-range

Last modified: Aug 12, 2021, by MDN contributors

Select your preferred language English (US)EspañolFrançais日本語Русский中文 (简体) Change language

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Categories in CSS
css
Search CSS
Search CSS by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
In this case my anchor this week becomes driving almost 2hrs outside of Atlanta to one of my favorite hard core gyms in the world.. MetroFlex aka The Dungeon. The gym owners turn the heat way up so it becomes a fun sweat box and the gym members just watch from afar and leave me alone. I happily drive myself long distances to find MY ANCHOR. Our anchor allows us to have balance, focus and be as productive as possible. And if you're in the middle of a heavy set and your headphones start to fall off your head, like mine did here.. well.. f*ck the headphones. Let em break and fall. You can always get a new pair, but the iron ain't ever gonna lift itself.
Unknown
Random CSS Property

align-tracks

Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.
align-tracks css reference