Update style.html
Fix font path
This commit is contained in:
parent
032aac16fd
commit
6334d8b7c5
@ -1,21 +1,21 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Computer Modern Serif';
|
font-family: 'Computer Modern Serif';
|
||||||
src: url('/font/cmunrm.woff') format('woff'),;
|
src: url('font/cmunrm.woff') format('woff'),;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Computer Modern Serif';
|
font-family: 'Computer Modern Serif';
|
||||||
src: url('/font/cmunbx.woff') format('woff');
|
src: url('font/cmunbx.woff') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Computer Modern Serif';
|
font-family: 'Computer Modern Serif';
|
||||||
src: url('/font/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('/font/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