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