typeface-sahitya
Version:
Sahitya typeface
27 lines (24 loc) • 742 B
CSS
/* sahitya-400normal - latin */
@font-face {
font-family: 'Sahitya';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Sahitya Regular '),
local('Sahitya-Regular'),
url('./files/sahitya-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
url('./files/sahitya-latin-400.woff') format('woff'); /* Modern Browsers */
}
/* sahitya-700normal - latin */
@font-face {
font-family: 'Sahitya';
font-style: normal;
font-display: swap;
font-weight: 700;
src:
local('Sahitya Bold '),
local('Sahitya-Bold'),
url('./files/sahitya-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('./files/sahitya-latin-700.woff') format('woff'); /* Modern Browsers */
}