Commit 4c038c4a authored by NGPixel's avatar NGPixel

fix: roboto-mono incorrect path for arabic locales

parent a75ead44
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment