updated font to not conflict with times new roman
This commit is contained in:
parent
5b4edf9d18
commit
4a6e2b3788
5 changed files with 2 additions and 2 deletions
BIN
site/fonts/DarkNewRoman/DarkNewRoman-webfont.woff
Normal file
BIN
site/fonts/DarkNewRoman/DarkNewRoman-webfont.woff
Normal file
Binary file not shown.
BIN
site/fonts/DarkNewRoman/DarkNewRoman-webfont.woff2
Normal file
BIN
site/fonts/DarkNewRoman/DarkNewRoman-webfont.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -4,8 +4,8 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'DarkNewRoman';
|
||||
src: url('darknewroman-webfont.woff2') format('woff2'),
|
||||
url('darknewroman-webfont.woff') format('woff');
|
||||
src: url('DarkNewRoman-webfont.woff2') format('woff2'),
|
||||
url('DarkNewRoman-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue