Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:cpp:vs2012 [2013/09/22 16:11] denis |
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> | + | <code css> |
BODY { FONT-FAMILY: "Segoe UI", Verdana, Arial; } | BODY { FONT-FAMILY: "Segoe UI", Verdana, Arial; } | ||
.codeSnippetContainerCode PRE { FONT-FAMILY: Consolas, Courier, monospace; } | .codeSnippetContainerCode PRE { FONT-FAMILY: Consolas, Courier, monospace; } | ||
SPAN.code { FONT-FAMILY: Monospace, Courier New, Courier; } | SPAN.code { FONT-FAMILY: Monospace, Courier New, Courier; } | ||
- | <\code> | + | </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. |