На нашем сайте Вы можете скачать шрифт Consolas версии Version 1.00, который относится к семейству Consolas (начертание Regular). Шрифт изготовил Microsoft Corporation. Дизайнер - Luc(as) de Groot (связаться с дизайнером можно по адрессу: http://fontfabrik.com).Скачайте Consolas бесплатно на MyFonts.ru. Его размер - всего 96.21 KB Все права принадлежат © 2005 Microsoft Corporation. All Rights Reserved.. Вам будет прийдется купить шрифт, если он платный.
| Поддержите проект! Расскажите о нас своим друзьям: |
| просмотров: | 297 |
| size | 96.21 KB |
| Family | Consolas |
| Subfamily | Regular |
| Full name | Consolas |
| PostScript name | Consolas |
| Version | Version 1.00 |
| Unique ID | Microsoft: Consolas: 2005 |
| Description | Consolas is aimed for use in programming environments and other circumstances where a monospaced font is specified. All characters have the same width, like old typewriters, making it a good choice for personal and business correspondance. The improved Windows font display allowed a design with proportions closer to normal text than traditional monospaced fonts like Courier. This allows for more comfortably reading of extended text on screen. OpenType features include hanging or lining numerals; slashed, dotted and normal zeros; and alternative shapes for a number of lowercase letters. The look of text can be tuned to personal taste by varying the number of bars and waves. |
| Designer | Luc(as) de Groot |
| Designer URL | http://fontfabrik.com |
| Trademark | Consolas is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. |
| Manufacturer | Microsoft Corporation |
| Vendor URL | http://www.microsoft.com/typography/ctfonts |
| Copyright | © 2005 Microsoft Corporation. All Rights Reserved. |
| License URL | http://www.microsoft.com/typography/fonts/default.aspx |
| License Description | You may use this font as permitted by the EULA for the product in which this font is included to display and print content. You may only (i) embed this font in content as permitted by the embedding restrictions included in this font; and (ii) temporarily download this font to a printer or other output device to help print content. |
| Vendor ID | MS |
Вы можете подключить шрифт Consolas к своему сайту, даже не скачивая его с нашего сервера. Все что необходимо сделать - это следовать инструкции ниже:
Выберите наиболее подходящий Вам вариант установки шрифта и добавьте этот код к себе на сайт (вставьте его сразу после открывающего тега <head>):
<link href="https://myfonts.ru/myfonts?fonts=consolas" rel="stylesheet" type="text/css" />
@import url(https://myfonts.ru/myfonts?fonts=consolas);
Активируйте данный шрифт для текста в своем файле стилей CSS::
font-family: 'Consolas', arial;
Пример исходного кода:
<html>
<head>
<link href="https://myfonts.ru/myfonts?fonts=consolas" rel="stylesheet" type="text/css" />
<style>
body {
font-family : 'Consolas', arial;
font-size : 48px;
text-shadow : 4px 4px 4px #aaa;
}
</style>
</head>
<body>
<div>Making the Web Beautiful with Consolas!</div>
</body>
</html>
Результат:
Вы можете применить и другие стили CSS, воспользовавшись нашей библиотекой эффектов, для привлекательного и индивидуального внешнего вида Вашего сайта.