zoukankan      html  css  js  c++  java
  • 360良心制作fonts.useso.com

    我们的网站,经常会用到google的一些数据。
    但在国内无法使用google,
    360这个良心的企业,解决了这个问题。

    422101-20160525111005866-633375301.png

    把google替换成useso就可以了。

    比如,

      <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=all" rel="stylesheet" type="text/css">
      <link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=all" rel="stylesheet" type="text/css">
      <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&subset=all" rel="stylesheet" type="text/css">

    替换为

      <link href="http://fonts.useso.com/css?family=Open+Sans:300,400,600,700&subset=all" rel="stylesheet" type="text/css">
      <link href="http://fonts.useso.com/css?family=PT+Sans+Narrow&subset=all" rel="stylesheet" type="text/css">
      <link href="http://fonts.useso.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&subset=all" rel="stylesheet" type="text/css">
    
    
    
    本文转自TBHacker博客园博客,原文链接:http://www.cnblogs.com/jiqing9006/p/5526276.html,如需转载请自行联系原作者
  • 相关阅读:
    378. Kth Smallest Element in a Sorted Matrix
    372. Super Pow
    357. Count Numbers with Unique Digits
    345. Reverse Vowels of a String
    343. Integer Break
    347. Top K Frequent Elements
    344. Reverse String
    338. Counting Bits
    326. Power of Three
    python练习
  • 原文地址:https://www.cnblogs.com/twodog/p/12140964.html
Copyright © 2011-2022 走看看