Update style.html
Fix font path
This commit is contained in:
parent
032aac16fd
commit
6334d8b7c5
@ -1,21 +1,21 @@
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Serif';
|
||||
src: url('/font/cmunrm.woff') format('woff'),;
|
||||
src: url('font/cmunrm.woff') format('woff'),;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Serif';
|
||||
src: url('/font/cmunbx.woff') format('woff');
|
||||
src: url('font/cmunbx.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Serif';
|
||||
src: url('/font/cmunti.woff') format('woff');
|
||||
src: url('font/cmunti.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Serif';
|
||||
src: url('/font/cmunbi.woff') format('woff');
|
||||
src: url('font/cmunbi.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
@ -95,4 +95,4 @@
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user