9 lines
344 B
CSS
9 lines
344 B
CSS
/* Webfont: MakeSans-Light */@font-face {
|
|
font-family: 'MakeSansLight';
|
|
src: url('MakeSans-Light.woff2') format('woff2'), /* Modern Browsers */
|
|
url('MakeSans-Light.otf') format('opentype'); /* Safari, Android, iOS */
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|