diff --git a/app/views/guide_typography.html b/app/views/guide_typography.html index c285561b1..3ecf751f1 100755 --- a/app/views/guide_typography.html +++ b/app/views/guide_typography.html @@ -115,31 +115,45 @@

-

- - Warning - - - External link styles are deprecated and are liable to be removed in a future release. If your service has user research that indicates that external links are useful (or not) then we’d like to hear from you either on Slack, digital-service-designers or opening an issue. - -

- -
-
- {% include "snippets/typography_links.html" %} +
+
+ {% include "snippets/typography_links.html" %} +
-
 
   {% include "snippets/encoded/typography_links.html" %}
 
+
+ + + +
+

+ External link styles are deprecated and are liable to be removed in a future release. +

+

+ If your service has user research that indicates that external links are useful (or not) then we’d like to hear from you either on Slack, digital-service-designers or opening an issue. +

+
+ +
+
+ {% include "snippets/typography_external_links.html" %} +
+
+ +
+
+  {% include "snippets/encoded/typography_external_links.html" %}
+
 

Lists

diff --git a/app/views/snippets/typography_external_links.html b/app/views/snippets/typography_external_links.html new file mode 100644 index 000000000..d085cbebe --- /dev/null +++ b/app/views/snippets/typography_external_links.html @@ -0,0 +1,3 @@ +

+ A 19px body copy external link. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. +

diff --git a/app/views/snippets/typography_links.html b/app/views/snippets/typography_links.html index 8d1425472..2315acd86 100644 --- a/app/views/snippets/typography_links.html +++ b/app/views/snippets/typography_links.html @@ -6,9 +6,4 @@ A 19px body copy link. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

- A 19px body copy external link. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. -

- - -Back \ No newline at end of file +Back