mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
4563273396
Add OpenDyslexic Mono typeface font to the source editor GitOrigin-RevId: 8826e51cfa50f1d5ffc2217fb86fb4d1dec21b92
6 lines
160 B
CSS
6 lines
160 B
CSS
@font-face {
|
|
font-family: 'OpenDyslexic Mono';
|
|
src: url('./OpenDyslexicMono-Regular.woff2') format('woff2');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|