Self-hosted Google Fonts-like API service
<link rel="stylesheet"
href="https://your-domain/api/fonts/css?family=Roboto:400,700:latin">
<style>
body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
h1 {
font-weight: 700;
}
</style>