Add Code New Roman font
This commit is contained in:
parent
4e6fb0d879
commit
b499d10185
4 changed files with 8 additions and 4 deletions
|
@ -1,11 +1,15 @@
|
|||
@font-face {
|
||||
font-family: 'Code New Roman';
|
||||
src: url('fonts/code_new_roman.otf');
|
||||
font-family: 'code_new_romanregular';
|
||||
src: url('../fonts/code_new_roman-webfont.woff2') format('woff2'),
|
||||
url('../fonts/code_new_roman-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 800px;
|
||||
font-family: 'CodeNewRomanRegular', sans-serif;
|
||||
font-family: "code_new_romanregular", Monospace, sans-serif;
|
||||
font-size: medium;
|
||||
margin: 0px auto 0px auto;
|
||||
background-color: #fdf6e3;
|
||||
color: #586e75; /*base01*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue