Sha256: f4f2f90c697d6f74d2fa42721291749a6bb029539a1782ae01f8d670a4340547

Contents?: true

Size: 797 Bytes

Versions: 294

Compression:

Stored size: 797 Bytes

Contents

////
/// @group tools
////

// Disable indentation linting in this file only
// sass-lint:disable indentation

/// Font URL
///
/// If a custom font-url handler is defined ($govuk-font-url-function) then
/// it will be called, otherwise a url will be returned with the filename
/// appended to the font path.
///
/// @param {String} $filename - Font filename
/// @return {String} URL for the filename, wrapped in `url()`
/// @access public

@function govuk-font-url($filename) {
  $use-custom-function: variable-exists("govuk-font-url-function")
    and $govuk-font-url-function
    and function-exists($govuk-font-url-function);

  @if ($use-custom-function) {
    @return call(get-function($govuk-font-url-function), $filename);
  } @else {
    @return url($govuk-fonts-path + $filename);
  }
}

Version data entries

294 entries across 294 versions & 3 rubygems

Version Path
govuk_tech_docs-2.2.2 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_tech_docs-2.2.1 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_tech_docs-2.2.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_tech_docs-2.1.1 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_tech_docs-2.1.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_tech_docs-2.0.13 node_modules/govuk-frontend/govuk/tools/_font-url.scss
dxw_govuk_frontend_rails-3.6.0 vendor/assets/stylesheets/tools/_font-url.scss
dxw_govuk_frontend_rails-3.5.0 vendor/assets/stylesheets/tools/_font-url.scss
govuk_publishing_components-21.54.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.53.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.52.1 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.52.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.51.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.50.1 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.50.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.49.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.48.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.47.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.46.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss
govuk_publishing_components-21.45.0 node_modules/govuk-frontend/govuk/tools/_font-url.scss