Advertisement
Guest User

Untitled

a guest
Mar 31st, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.36 KB | None | 0 0
  1. <!-- Starts Tendenci Head Tag
  2.     =========================================================== -->
  3.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1">
  5.     <!-- Custom styles for this template
  6.     =========================================================== -->
  7.     <link rel="stylesheet" href="{{ THEME_URL }}media/css/base.css" type="text/css">
  8.  
  9.     <!-- To change Bootswatch Theme, use this link
  10.     ============================================================================ -->
  11.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css" type="text/css">
  12.  
  13.  
  14.     <!-- FAVICON -->
  15.     <link rel="icon" type="image/png" sizes="16x16" href="{{ THEME_URL }}media/img/willowfavicon.png">
  16.  
  17.     <!-- Custom CSS -->
  18.     <link rel="stylesheet" href="{{ THEME_URL }}media/css/custom.css" type="text/css">
  19.        
  20.     <!-- Custom Fonts -->
  21.     <link rel="stylesheet" href="{{ THEME_URL }}media/font-awesome/css/font-awesome.css" type="text/css">
  22.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
  23.     <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,700|Montserrat|Montserrat+Alternates:400,500" rel="stylesheet">    </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement