Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:cpp:vs2012 [2013/09/22 16:10] denis [help viewer font] |
dev:cpp:vs2012 [2013/09/22 16:12] (текущий) denis [help viewer font] |
||
---|---|---|---|
Строка 3: | Строка 3: | ||
===== help viewer font ===== | ===== help viewer font ===== | ||
- | make a file: | + | make a file ''ie.css'': |
- | <code> | + | |
- | BODY { FONT-FAMILY: "Segoe UI", Verdana, Arial; } | + | <code css> |
- | .codeSnippetContainerCode PRE { FONT-FAMILY: Consolas, Courier, monospace; } | + | BODY { FONT-FAMILY: "Segoe UI", Verdana, Arial; } |
- | SPAN.code { FONT-FAMILY: Monospace, Courier New, Courier; } | + | .codeSnippetContainerCode PRE { FONT-FAMILY: Consolas, Courier, monospace; } |
- | <\code> | + | SPAN.code { FONT-FAMILY: Monospace, Courier New, Courier; } |
+ | </code> | ||
Then in "IE > Internet options > Accessibility" (for russian **"Сервис / Свойства браузера / Общие / Оформление"**), I checked "Ignore font styles", "Format documents using my style sheet" and specified my file path\ie.css by clicking "browsing" button. | Then in "IE > Internet options > Accessibility" (for russian **"Сервис / Свойства браузера / Общие / Оформление"**), I checked "Ignore font styles", "Format documents using my style sheet" and specified my file path\ie.css by clicking "browsing" button. |