mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
7 lines
154 B
CSS
7 lines
154 B
CSS
|
@font-face {
|
||
|
font-family: 'Source Code Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('SourceCodePro-Regular.ttf.woff2') format('woff2');
|
||
|
}
|