mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
d2dfc37421
Update editor font options and load Source Code Pro GitOrigin-RevId: 1b3ddcfcc682b484ded93598eb05621f792b2db2
8 lines
298 B
CSS
8 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');
|
|
}
|