readings/readings.css

master
simon 5 years ago
parent 3442e97672
commit 1d35a668ba

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

Loading…
Cancel
Save