mirror of https://github.com/docker/docs.git
57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
@font-face {
|
|
font-family: 'Clear';
|
|
src: url('clearsans-regular-webfont.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Clear Sans';
|
|
src: url('clearsans-medium-webfont.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Clear Sans';
|
|
src: url('clearsans-light-webfont.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Clear Sans';
|
|
src: url('clearsans-thin-webfont.ttf') format('truetype');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Clear Sans';
|
|
src: url('clearsans-mediumitalic-webfont.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Clear Sans';
|
|
src: url('clearsans-italic-webfont.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Clear Sans';
|
|
src: url('clearsans-bolditalic-webfont.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Clear Sans';
|
|
src: url('clearsans-bold-webfont.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|