diff options
Diffstat (limited to 'public/views/index.ejs')
-rw-r--r-- | public/views/index.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs index 1b04886a..fec6fae6 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -21,12 +21,14 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css" integrity="sha256-02JtFTurpwBjQJ6q13iJe82/NF0RbZlJroDegK5g87Y=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.min.css" integrity="sha256-ijlUKKj3hJCiiT2HWo1kqkI79NTEYpzOsw5Rs3k42dI=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2-bootstrap.min.css" integrity="sha256-NAWFcNIZdH+TS1xpWujF/EB/Y8gwBbEOCoaK/eqaer8=" crossorigin="anonymous" /> + <link rel="stylesheet" href="<%- url %>/css/google-font.css"> <% } else { %> <link rel="stylesheet" href="<%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="<%- url %>/vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css"> <link rel="stylesheet" href="<%- url %>/vendor/select2/select2.css"> <link rel="stylesheet" href="<%- url %>/vendor/select2/select2-bootstrap.css"> + <link rel="stylesheet" href="<%- url %>/css/font.css"> <% } %> <!-- Custom styles for this template --> <%- include build/cover-header %> |