|
|
|
@ -52,18 +52,27 @@
|
|
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Courier New;
|
|
|
|
|
src: url(fonts/);
|
|
|
|
|
font-family: Courier_New;
|
|
|
|
|
src: url('fonts/courier_new-webfont.woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Courier_New_bold;
|
|
|
|
|
src: url('fonts/courier_new_bold-webfont.woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
/*font-family: 'courier_newregular';*/
|
|
|
|
|
font-family: 'Courier New', 'Courier', monospace;
|
|
|
|
|
font-family: Courier_New;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 120%;
|
|
|
|
|
position: relative;
|
|
|
|
@ -74,9 +83,9 @@ main {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b {
|
|
|
|
|
/* font-family: 'Courier New';*/
|
|
|
|
|
font-family: 'courier_newbold' 'Courier New', monospace;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-family: Courier_New;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|