|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*@font-face {
|
|
|
|
|
font-family: 'courier_newbold_italic';
|
|
|
|
|
src: url('courier_new_bold_italic-webfont.woff2') format('woff2'),
|
|
|
|
|
url('courier_new_bold_italic-webfont.woff') format('woff');
|
|
|
|
|
src: url('fonts/courier_new_bold_italic-webfont.woff2') format('woff2'),
|
|
|
|
|
url('fonts/courier_new_bold_italic-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
@ -9,8 +9,8 @@
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'courier_newbold';
|
|
|
|
|
src: url('courier_new_bold-webfont.woff2') format('woff2'),
|
|
|
|
|
url('courier_new_bold-webfont.woff') format('woff');
|
|
|
|
|
src: url('fonts/courier_new_bold-webfont.woff2') format('woff2'),
|
|
|
|
|
url('fonts/courier_new_bold-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
@ -18,8 +18,8 @@
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'courier_newitalic';
|
|
|
|
|
src: url('courier_new_italic-webfont.woff2') format('woff2'),
|
|
|
|
|
url('courier_new_italic-webfont.woff') format('woff');
|
|
|
|
|
src: url('fonts/courier_new_italic-webfont.woff2') format('woff2'),
|
|
|
|
|
url('fonts/courier_new_italic-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
@ -27,22 +27,22 @@
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'courier_newregular';
|
|
|
|
|
src: url('courier_new-webfont.woff2') format('woff2'),
|
|
|
|
|
url('courier_new-webfont.woff') format('woff');
|
|
|
|
|
src: url('fonts/courier_new-webfont.woff2') format('woff2'),
|
|
|
|
|
url('fonts/courier_new-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Courier New;
|
|
|
|
|
src: url(fonts/);
|
|
|
|
|
|
|
|
|
|
/*@font-face {
|
|
|
|
|
font-family: 'Courier New';
|
|
|
|
|
src: url('fonts/courier_new-webfont.ttf') format('ttf');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-family: 'Courier New', 'Courier', monospace;
|
|
|
|
|
font-size: 16px;
|
|
|
|
@ -122,7 +122,7 @@ img {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
|
color: black;
|
|
|
|
|
color: blue;
|
|
|
|
|
text-decoration-line: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -136,7 +136,7 @@ a:hover {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
|
color: pink;
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list {
|
|
|
|
|