fix: roboto-mono incorrect path for arabic locales
This commit is contained in:
parent
a75ead44d0
commit
4c038c4ad6
@ -32,8 +32,8 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
src: url('/_assets/fonts/arabic/RobotoMono-Regular.woff2') format('woff2'),
|
||||
url('/_assets/fonts/arabic/RobotoMono-Regular.woff') format('woff');
|
||||
src: url('/_assets/fonts/default/RobotoMono-Regular.woff2') format('woff2'),
|
||||
url('/_assets/fonts/default/RobotoMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user