Skip to content

Commit

Permalink
Merge proxima nova PR
Browse files Browse the repository at this point in the history
  • Loading branch information
uaz-web-readonly-bot committed Sep 4, 2020
2 parents 9dc0c77 + d5b3468 commit 297025e
Show file tree
Hide file tree
Showing 17 changed files with 838 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ignore docs files
/_site/
/site/.jekyll-cache/
/site/.jekyll-cache
/site/.jekyll-metadata
/site/docs/**/dist/
# Hugo folders
Expand Down
21 changes: 10 additions & 11 deletions dist/css/arizona-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/arizona-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions scss/_custom-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ $enable-rounded: false;
*/
$font-size-base: 1rem;
// stylelint-disable value-keyword-case
$font-family-sans-serif: MiloWeb, Verdana, Geneva, sans-serif;
$font-family-headings: MiloSerifWeb, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
$font-family-base: $font-family-sans-serif;
$font-family-sans-serif: proxima-nova, calibri, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
$font-family-headings: $font-family-sans-serif;
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
$font-family-base: $font-family-sans-serif !default;

// stylelint-enable value-keyword-case

$link-color: $chili;
Expand Down
1 change: 0 additions & 1 deletion scss/arizona-bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "https://cdn.uadigital.arizona.edu/lib/ua-brand-fonts/1.0.0/milo.min.css";
@import "custom-variables";

// Required Bootstrap imports.
Expand Down
1 change: 1 addition & 0 deletions site/_data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- title: Content
pages:
- title: Reboot
- title: Font
- title: Typography
- title: Code
- title: Images
Expand Down
1 change: 1 addition & 0 deletions site/_includes/stylesheet.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- {{ site.title }} core CSS -->
<link href="https://use.typekit.net/tgs5qmz.css" rel="stylesheet" crossorigin="anonymous">
{%- if jekyll.environment == "production" %}
<link href="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/css/arizona-bootstrap.min.css" rel="stylesheet" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
{% else %}
Expand Down
2 changes: 1 addition & 1 deletion site/docs/0.0/assets/css/docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/docs/0.0/assets/css/docs.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site/docs/0.0/assets/js/docs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 297025e

Please sign in to comment.