From 1924208a5c399d251df12d3de4adf24254fe5e8b Mon Sep 17 00:00:00 2001 From: Zach Leatherman <zachleatherman@gmail.com> Date: Thu, 29 Mar 2018 10:50:04 -0500 Subject: [PATCH] Fixes #14 --- package.json | 2 +- system-font.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1f6d60..9241e4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "system-font-css", "description": "Use the native system font of the OS running the browser", - "version": "2.0.1", + "version": "2.0.2", "author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)", "contributors": [ "Zach Leatherman <zachleatherman@gmail.com> (https://zachleat.com/)" diff --git a/system-font.css b/system-font.css index 7c8c350..fd07821 100644 --- a/system-font.css +++ b/system-font.css @@ -1,4 +1,4 @@ -/*! system-font.css v1.1.0 | CC0-1.0 License | github.com/jonathantneal/system-font-face */ +/*! system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */ @font-face { font-family: system-ui; -- GitLab