Fix font location
This commit is contained in:
parent
bc0389208b
commit
032aac16fd
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Computer Modern Serif';
|
font-family: 'Computer Modern Serif';
|
||||||
src: url('cmunti.woff') format('woff');
|
src: url('/font/cmunti.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Computer Modern Serif';
|
font-family: 'Computer Modern Serif';
|
||||||
src: url('cmunbi.woff') format('woff');
|
src: url('/font/cmunbi.woff') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user