Commit 43afe930 authored by Vadim Makeev's avatar Vadim Makeev

removed consolas, added dejavu

parent 2813f304
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<pre> <pre>
<code>&lt;html lang="en-US"&gt;</code> <code>&lt;html lang="en-US"&gt;</code>
<code><em>&lt;head&gt;</em></code> <code><em>&lt;head&gt;</em></code>
<code> &lt;title&gt;Shower&lt;/title&gt;</code> <code> &lt;title&gt;Кириллица&lt;/title&gt;</code>
<code> &lt;meta charset="<strong>UTF-8</strong>"&gt;</code> <code> &lt;meta charset="<strong>UTF-8</strong>"&gt;</code>
<code> &lt;link rel="stylesheet" href="s/screen.css"&gt;</code> <code> &lt;link rel="stylesheet" href="s/screen.css"&gt;</code>
<code> &lt;script src="j/jquery.js"&gt;&lt;/script&gt;</code> <code> &lt;script src="j/jquery.js"&gt;&lt;/script&gt;</code>
......
/* PTSans */ /* PTSans */
@font-face { @font-face {
font-family:'PTSans'; font-family:'PT Sans';
src:local('PTSans'), url(../fonts/PTSans.ttf) format('truetype'); src:local('PT Sans'), url(../fonts/PTSans.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'PTSans'; font-family:'PT Sans';
font-weight:bold; font-weight:bold;
src:local('PTSans'), url(../fonts/PTSans.Bold.ttf) format('truetype'); src:local('PT Sans Bold'), url(../fonts/PTSans.Bold.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'PTSans'; font-family:'PT Sans';
font-style:italic; font-style:italic;
src:local('PTSans'), url(../fonts/PTSans.Italic.ttf) format('truetype'); src:local('PT Sans Italic'), url(../fonts/PTSans.Italic.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'PTSans'; font-family:'PT Sans';
font-weight:bold; font-weight:bold;
font-style:italic; font-style:italic;
src:local('PTSans'), url(../fonts/PTSans.Bold.Italic.ttf) format('truetype'); src:local('PT Sans Bold Italic'), url(../fonts/PTSans.Bold.Italic.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'PTSans Caption'; font-family:'PT Sans Caption';
src:local('PTSans'), url(../fonts/PTSans.Caption.ttf) format('truetype'); src:local('PT Sans Caption'), url(../fonts/PTSans.Caption.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'PTSans Caption'; font-family:'PT Sans Caption';
font-weight:bold; font-weight:bold;
src:local('PTSans Caption'), url(../fonts/PTSans.Caption.Bold.ttf) format('truetype'); src:local('PT Sans Caption Bold'), url(../fonts/PTSans.Caption.Bold.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'PTSans Narrow'; font-family:'PT Sans Narrow';
src:local('PTSans Narrow'), url(../fonts/PTSans.Narrow.ttf) format('truetype'); src:local('PT Sans Narrow'), url(../fonts/PTSans.Narrow.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'PTSans Narrow'; font-family:'PT Sans Narrow';
font-weight:bold; font-weight:bold;
src:local('PTSans Narrow'), url(../fonts/PTSans.Narrow.Bold.ttf) format('truetype'); src:local('PT Sans Narrow Bold'), url(../fonts/PTSans.Narrow.Bold.ttf) format('truetype');
} }
/* Consolas */ /* DejaVu Sans Mono */
@font-face { @font-face {
font-family:'Consolas'; font-family:'DejaVu Sans Mono';
src:local('Consolas'), url(../fonts/Consolas.ttf) format('truetype'); src:local('DejaVu Sans Mono'), url(../fonts/DejaVuSansMono.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'Consolas'; font-family:'DejaVu Sans Mono';
font-weight:bold; font-weight:bold;
src:local('Consolas'), url(../fonts/Consolas.Bold.ttf) format('truetype'); src:local('DejaVu Sans Mono Bold'), url(../fonts/DejaVuSansMono.Bold.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'Consolas'; font-family:'DejaVu Sans Mono';
font-style:italic; font-style:italic;
src:local('Consolas'), url(../fonts/Consolas.Italic.ttf) format('truetype'); src:local('DejaVu Sans Mono Oblique'), url(../fonts/DejaVuSansMono.Italic.ttf) format('truetype');
} }
@font-face { @font-face {
font-family:'Consolas'; font-family:'DejaVu Sans Mono';
font-weight:bold; font-weight:bold;
font-style:italic; font-style:italic;
src:local('Consolas'), url(../fonts/Consolas.Bold.Italic.ttf) format('truetype'); src:local('DejaVu Sans Mono Bold Oblique'), url(../fonts/DejaVuSansMono.Bold.Italic.ttf) format('truetype');
} }
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
BODY { BODY {
background:#000; background:#000;
color:#FFF; color:#FFF;
font:1em 'PTSans', sans-serif; font:1em 'PT Sans', sans-serif;
counter-reset:paging; counter-reset:paging;
} }
A { A {
...@@ -81,7 +81,7 @@ A { ...@@ -81,7 +81,7 @@ A {
.slide ARTICLE H2 { .slide ARTICLE H2 {
margin:0 0 1.2em; margin:0 0 1.2em;
color:#666; color:#666;
font:bold 1em/1.2 'PTSans Narrow', sans-serif; font:bold 1em/1.2 'PT Sans Narrow', sans-serif;
} }
.slide ARTICLE P { .slide ARTICLE P {
margin:0 0 1.7em; margin:0 0 1.7em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment