was du dir aber auch anguckst …

jein. zumindest im quelltext von medium-seiten, in der konfiguration der „collections“, kann man sehen, dass die option für volltext RSS zumndest vorgesehen ist oder (irgendwann) möglich sein könnte, so wie eine AMP- und FBIA-option.

{
"fullTextRssFeed":0,
"colorBehavior":2,
"instantArticlesState":0,
"acceleratedMobilePagesState":0,
"type":"Collection"
}

there are stylesheet links in facebook’s instant article example articles:


<head>
<meta charset="utf-8">
<link rel="canonical" href="http://instantarticles.fb.com/example3">
<link rel="stylesheet" title="default" href="#">
<title>Using Captions in Instant Articles</title>
<meta property="fb:article_style" content="Test Article Style">
</head>

the publishers above probably use stylesheets of their own. i tried putting some font definitions in a stylesheet and added it to my instant pages RSS template, but it didn’t work. without proper documentation there’s probably no other way than trial and error.