14 lines
481 B
CSS
14 lines
481 B
CSS
/* Copyright (c) 2016-2019 VMware, Inc. All Rights Reserved.
|
|
* This software is released under SIL OFL v1.1 license.
|
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: 'Clarity City';
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
src:
|
|
local('Clarity City'),
|
|
url('../Webfonts/WOFF2/ClarityCity-Medium.woff2') format('woff2'),
|
|
url('../Webfonts/WOFF/ClarityCity-Medium.woff') format('woff');
|
|
} |