-
Notifications
You must be signed in to change notification settings - Fork 4
/
iastate_theme.libraries.yml
65 lines (59 loc) · 1.69 KB
/
iastate_theme.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
global-css:
css:
theme:
css/bootstrap/bootstrap-reboot.min.css: {}
css/bootstrap/bootstrap-grid.min.css: {}
css/bootstrap/bootstrap.min.css: {}
css/isu-navbar.css: {}
css/isu-responsivetables.css: { media: screen }
css/base.css: {}
css/theme.css: {}
css/isu-social.css: {}
css/utility.css: {}
css/print.css: { media: print }
global-js:
js:
js/isu-navbar.js: {}
js/iastate_theme.js: {}
js/isu-responsivetables.js: {}
js/isu-main-menu.js: {}
js/bootstrap/util.js: {}
dependencies:
- core/jquery
- core/drupal
# Fonts
fonts:
css:
theme:
'//cdn.theme.iastate.edu/nimbus-sans/css/nimbus-sans.css': { type: external }
'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&subset=latin-ext': { type: external }
# Icons
font-awesome:
remote: https://fortawesome.github.io/Font-Awesome/
version: 4.5.0
license:
name: MIT
url: https://fortawesome.github.io/Font-Awesome/license/
gpl-compatible: true
css:
theme:
'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css': { type: external, minified: true }
academicons:
remote: https://jpswalsh.github.io/academicons/
version: 1.8.6
license:
name: MIT
url: https://opensource.org/licenses/mit-license.html
gpl-compatible: true
css:
theme:
css/icons/academicons-1.8.6/css/academicons.min.css: { minified: true }
isuthemeicons:
version: 1.0.0
license:
name: MIT
url: https://opensource.org/licenses/mit-license.html
gpl-compatible: true
css:
theme:
css/icons/isuthemeicons-1.0.0/css/isuthemeicons.min.css: { minified: true }