1
0

Fix font location

This commit is contained in:
Serghei Cebotari 2023-11-23 23:50:58 +03:00
parent bc0389208b
commit 032aac16fd

View File

@ -15,7 +15,7 @@
@font-face {
font-family: 'Computer Modern Serif';
src: url('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('cmunbi.woff') format('woff');
src: url('/font/cmunbi.woff') format('woff');
font-weight: bold;
font-style: italic;
}