diff --git a/readings/readings.css b/readings/readings.css index bea6e11..467d2c1 100644 --- a/readings/readings.css +++ b/readings/readings.css @@ -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 {