mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 22:52:16 +03:00
Merge pull request #72 from PeterDaveHello/patch-1
Use protocol-relative URL to load fonts
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<meta name="description" content="UAParser.js Lightweight JavaScript-based User-Agent string parser. Supports browser & node.js environment. Also available as jQuery plugin & AMD module." />
|
||||
<meta name="keywords" content="user agent, parser, javascript, detect, details, new, browser, engine, mobile, device, operating system" />
|
||||
<style>
|
||||
@import url("http://fonts.googleapis.com/css?family=Raleway");
|
||||
@import url("//fonts.googleapis.com/css?family=Raleway");
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user