-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.html
12 lines (11 loc) · 975 Bytes
/
styles.html
1
2
3
4
5
6
7
8
9
10
11
12
{% load static %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="stylesheet" href="{% static 'landing/assets/bootstrap/css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'landing/assets/css/addon.css' %}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lexend:[email protected]&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lexend+Mega:[email protected]&display=swap">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="{% static 'landing/assets/fonts/font-awesome.min.css' %}">