mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
9 lines
298 B
CSS
9 lines
298 B
CSS
|
@font-face {
|
||
|
font-family: 'Source Code Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'),
|
||
|
url('source-code-pro-v13-latin-regular.woff2') format('woff2'),
|
||
|
url('source-code-pro-v13-latin-regular.woff') format('woff');
|
||
|
}
|