Add Code New Roman font

master
Fabien Freling 2019-06-10 21:51:04 +02:00
parent 4e6fb0d879
commit b499d10185
4 changed files with 8 additions and 4 deletions

View File

@ -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*/

View File

@ -1 +1 @@
:foreach *.otf |> !tup_preserve |>
: foreach *.otf *.woff *.woff2 |> !tup_preserve |>

Binary file not shown.

Binary file not shown.