I tried this order for css (they can be located in different files) and it works.
I want to know - is this generally correct and is such an order allowed? As far as I can understand it is on this principle that the "optimizers" of loading fonts on js work.
h2 { font-family: 'inconsolatacyrmedium'; } @font-face { font-family: 'inconsolatacyrmedium'; src: url('inconsolatacyr-webfont.woff2') format('woff2'), url('inconsolatacyr-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }