1.1.0 • Published 4 years ago

font-serve v1.1.0

Weekly downloads
8
License
-
Repository
-
Last release
4 years ago

font-serve

Fast delivery for free, open-source fonts. These can either be imported through a <link> tag in your HTML's <head>, or using the @import rule at the top of your CSS file. You won't see a performance difference between the two.

Fonts

Lato

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-serve/lato.css"> 
@import url("https://cdn.jsdelivr.net/npm/font-serve/lato.css");

Open Sans

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-serve/open-sans.css"> 
@import url("https://cdn.jsdelivr.net/npm/font-serve/open-sans.css");

Roboto

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-serve/roboto.css"> 
@import url("https://cdn.jsdelivr.net/npm/font-serve/roboto.css");

Roboto Mono

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-serve/roboto-mono.css"> 
@import url("https://cdn.jsdelivr.net/npm/font-serve/roboto-mono.css");

Ubuntu

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-serve/ubuntu.css"> 
@import url("https://cdn.jsdelivr.net/npm/font-serve/ubuntu.css");

Ubuntu Mono

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-serve/ubuntu-mono.css"> 
@import url("https://cdn.jsdelivr.net/npm/font-serve/ubuntu-mono.css");