swedbank-pay-design-guide-jekyll-theme 2.8.5 → 2.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8aeaac8f9ac455049012d447a3e151e8b805446f973a3275b3aa506fe7d925e4
4
- data.tar.gz: c6da741c35ba075bcd72d270e5a212894cac67b56c0d688225802ec7f90b1167
3
+ metadata.gz: fe0b70653b8821e99a2f423e7465503b5e318152483af8653fe3b7b6b852fc19
4
+ data.tar.gz: 549763f2e6c92341e34062237d3b70f27da6221af4b8f6097e1ab6cbade3a790
5
5
  SHA512:
6
- metadata.gz: 3541031291914093d86240aaa7d924a115bb651520df26307ecb1d15f3b48b8f73ad455d5e30ce92000e4db9fd6ac4f0b569255e933fc33d55437bbbf590780f
7
- data.tar.gz: 4e8ee4a5a3c0183a07cadc1e10e8fb6588d0446ed49aa5ce54c01bc7c636d1668ed7f013733ba79431f9b448cd6a7229ddb3a442ea734c49e77eef0c4a6309d2
6
+ metadata.gz: 739b8ffb9743b7a8291fc4991df10ec0cbf7634a17ffc2c8947ca9b1b4c7bee3a03c3cd4f9c35c6bcb0258c12404b10492df9c19af0969efcb39c3bc0be1a713
7
+ data.tar.gz: 0121c9fe30ee1ce4ce6ea7617d0732549921cec8838478f03e7ee944261cb952192ffd7a460aae49316043ddf02ed4de9e88051fd2e980e561ee4ef9fe585a94
@@ -50,6 +50,7 @@
50
50
  <link rel="shortcut icon" href="{{ design_guide_url }}/icons/favicon.ico">
51
51
  <link rel="icon" type="image/png" sizes="16x16" href="{{ design_guide_url }}/icons/favicon-16x16.png">
52
52
  <link rel="icon" type="image/png" sizes="32x32" href="{{ design_guide_url }}/icons/favicon-32x32.png">
53
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
53
54
  <link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined" rel="stylesheet">
54
55
  <script src="{{- "/assets/js/dialog-polyfill.js" | relative_url -}}"></script>
55
56
  {%- include apple-mobile-headers.html design_guide_url=design_guide_url -%}
data/_sass/fonts.scss CHANGED
@@ -1,3 +1,3 @@
1
- $font_headline: "Swedbank Headline", "Arial", sans-serif;
1
+ $font_headline: "Swedbank Headline", "Roboto", sans-serif;
2
2
  $font_mono: "Akkurat Mono", monospace;
3
- $font_body: "Arial", sans-serif;
3
+ $font_body: "Roboto", sans-serif;
@@ -14,6 +14,10 @@
14
14
  $bg: #f5f2f0;
15
15
  $darkened-bg: darken($bg, 10%);
16
16
 
17
+ body, p, li, td, th, span, div, a, label, input, button, select, textarea {
18
+ font-family: $font_body !important;
19
+ }
20
+
17
21
  img {
18
22
  max-width: 100%;
19
23
  }
@@ -397,7 +401,7 @@ body {
397
401
  }
398
402
 
399
403
  text.actor {
400
- font-family: Arial, sans-serif !important;
404
+ font-family: Roboto, sans-serif !important;
401
405
  font-size: 1rem !important;
402
406
  font-weight: 700 !important;
403
407
  }
@@ -427,7 +431,7 @@ body {
427
431
  .messageText {
428
432
  fill: $black !important;
429
433
  stroke: none;
430
- font-family: Arial, sans-serif !important;
434
+ font-family: Roboto, sans-serif !important;
431
435
  font-size: 1rem !important;
432
436
  }
433
437
 
@@ -438,14 +442,14 @@ body {
438
442
 
439
443
  .labelText {
440
444
  fill: #FFF !important;
441
- font-family: Arial, sans-serif !important;
445
+ font-family: Roboto, sans-serif !important;
442
446
  font-weight: 700 !important;
443
447
  }
444
448
 
445
449
  .loopText {
446
450
  fill: $black !important;
447
451
  stroke: none;
448
- font-family: Arial, sans-serif !important;
452
+ font-family: Roboto, sans-serif !important;
449
453
  font-size: 1rem !important;
450
454
  }
451
455
 
@@ -464,7 +468,7 @@ body {
464
468
  .noteText {
465
469
  fill: $black !important;
466
470
  stroke: none;
467
- font-family: Arial, sans-serif !important;
471
+ font-family: Roboto, sans-serif !important;
468
472
  font-size: 1rem !important;
469
473
  }
470
474
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  nav {
4
4
  display: flex;
5
- font-family: Swedbank Headline, Arial, sans-serif;
5
+ font-family: Swedbank Headline, Roboto, sans-serif;
6
6
  justify-content: center;
7
7
  margin: 1rem 0;
8
8
  padding-left: 0;
@@ -25,7 +25,7 @@
25
25
 
26
26
  /* Style the mermaid title text in the inline diagram*/
27
27
  svg[id^="mermaid-"] text[y^="-"] {
28
- font-family: "Swedbank Headline", "Arial", sans-serif;
28
+ font-family: "Swedbank Headline", "Roboto", sans-serif;
29
29
  font-size: 1.2rem;
30
30
  font-weight: bold;
31
31
  fill: #333;
@@ -117,7 +117,7 @@ skinparam backgroundColor "transparent"
117
117
  skinparam useBetaStyle false
118
118
  skinparam creoleMonospacedFont "Consolas"
119
119
  skinparam defaultMonospacedFontName "Consolas"
120
- skinparam defaultFontName "Arial"
120
+ skinparam defaultFontName "Roboto"
121
121
  skinparam defaultFontSize 16
122
122
  skinparam dpi 100
123
123
  skinparam shadowing false
data/lib/gem_version.rb CHANGED
@@ -4,7 +4,7 @@ module Gem
4
4
  # Gem Specification
5
5
  class Specification
6
6
  def self.gem_version
7
- '2.8.5'
7
+ '2.8.6'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swedbank-pay-design-guide-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.5
4
+ version: 2.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swedbank Pay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-13 00:00:00.000000000 Z
11
+ date: 2026-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday