File: fonts.css

package info (click to toggle)
slurm-wlm 25.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,824 kB
  • sloc: ansic: 551,323; sh: 10,228; javascript: 6,528; makefile: 4,277; perl: 3,717; python: 559; pascal: 131
file content (9 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
/* https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,400i,600,600i|Ubuntu:300,300i,400,400i,500,500i
https://fonts.gstatic.com/s/sourcecodepro/v6/mrl8jkM18OlOQN8JLgasD9zbP97U9sKh0jjxbPbfOKg.ttf
*/
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(fonts.ttf) format('truetype');
}