<Fragment set:html={links} />
The string inside links evals to
<link
rel="stylesheet"
type="text/css"
href="/Font/AlbertSans500.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/Font/AlbertSans600.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/Font/AlbertSans700.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/Font/AlbertSans800.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/Font/AlbertSans900.css"
/>
but the content produced is <link ="" and then the rest of the tag which is invalid HTML, am I missing a property on the HTML tag perhaps?