@openfonts/noto-sans-tc_latin
Version:
Noto Sans TC latin typeface
73 lines (72 loc) • 2.63 kB
CSS
/* noto-sans-tc-100normal - latin */
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-display: swap;
font-weight: 100;
src:
local('Noto Sans TC Thin'),
local('NotoSansTC-Thin'),
url('./files/noto-sans-tc-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/noto-sans-tc-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-tc-300normal - latin */
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-display: swap;
font-weight: 300;
src:
local('Noto Sans TC Light'),
local('NotoSansTC-Light'),
url('./files/noto-sans-tc-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/noto-sans-tc-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-tc-400normal - latin */
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Noto Sans TC Regular'),
local('NotoSansTC-Regular'),
url('./files/noto-sans-tc-latin-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/noto-sans-tc-latin-400.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-tc-500normal - latin */
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-display: swap;
font-weight: 500;
src:
local('Noto Sans TC Medium'),
local('NotoSansTC-Medium'),
url('./files/noto-sans-tc-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/noto-sans-tc-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-tc-700normal - latin */
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-display: swap;
font-weight: 700;
src:
local('Noto Sans TC Bold'),
local('NotoSansTC-Bold'),
url('./files/noto-sans-tc-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/noto-sans-tc-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-tc-900normal - latin */
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-display: swap;
font-weight: 900;
src:
local('Noto Sans TC Black'),
local('NotoSansTC-Black'),
url('./files/noto-sans-tc-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/noto-sans-tc-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}