Add Code New Roman font
This commit is contained in:
parent
4e6fb0d879
commit
b499d10185
|
@ -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*/
|
||||
|
|
|
@ -1 +1 @@
|
|||
:foreach *.otf |> !tup_preserve |>
|
||||
: foreach *.otf *.woff *.woff2 |> !tup_preserve |>
|
||||
|
|
BIN
fonts/code_new_roman-webfont.woff
Normal file
BIN
fonts/code_new_roman-webfont.woff
Normal file
Binary file not shown.
BIN
fonts/code_new_roman-webfont.woff2
Normal file
BIN
fonts/code_new_roman-webfont.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue