@openfonts/sanchez_latin-ext
Version:
Sanchez latin-ext typeface
25 lines (24 loc) • 856 B
CSS
/* sanchez-400normal - latin-ext */
@font-face {
font-family: 'Sanchez';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Sanchez'),
local('Sanchez-Regular'),
url('./files/sanchez-latin-ext-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/sanchez-latin-ext-400.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sanchez-400italic - latin-ext */
@font-face {
font-family: 'Sanchez';
font-style: italic;
font-display: swap;
font-weight: 400;
src:
local('Sanchez Italic'),
local('Sanchez-Italic'),
url('./files/sanchez-latin-ext-400-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./files/sanchez-latin-ext-400-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}