On our website you can download font Consolas version Version 1.00, which belongs to the family Consolas (subfamily Regular). Manufacturer by Microsoft Corporation. Designer - Luc(as) de Groot (You can contact the designer at: http://fontfabrik.com).Download Consolas free on MyFonts.club. It size - only 96.21 KB All right reserved © 2005 Microsoft Corporation. All Rights Reserved.. You will have to buy the font if it is paid.
Support the project! Tell your friends about us: |
Viewed | 55 times |
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 |
You can connect the font Consolas to your site without even downloading it from our server. All you have to do is follow the instructions below:
Choose the font installation that suits you best and add this code to your site (insert it right after the opening tag <head>):
<link href="https://myfonts.club/myfonts?fonts=consolas" rel="stylesheet" type="text/css" />
@import url(https://myfonts.club/myfonts?fonts=consolas);
Activate this font for text in your CSS styles file::
font-family: 'Consolas', arial;
Sample source code:
<html> <head> <link href="https://myfonts.club/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>
The result is:
You can apply other CSS styles using our effects library, for an attractive and individual appearance of your site.