1
0

Update style.html

Fix font path
This commit is contained in:
Serghei Cebotari 2023-11-24 09:52:47 +03:00 committed by GitHub
parent 032aac16fd
commit 6334d8b7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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