vitess.io/vitess@v0.16.2/web/vtadmin/src/style/fonts.css (about) 1 /** 2 * Copyright 2021 The Vitess Authors. 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 @font-face { 17 font-display: swap; 18 font-family: NotoSans; 19 src: local('NotoSans-Regular'), url('../fonts/NotoSans-Regular.ttf') format('truetype'); 20 } 21 22 @font-face { 23 font-display: swap; 24 font-family: NotoSans; 25 src: local('NotoSans-SemiBold'), url('../fonts/NotoSans-SemiBold.ttf') format('truetype'); 26 font-weight: 500; 27 } 28 29 @font-face { 30 font-display: swap; 31 font-family: NotoSans; 32 src: local('NotoSans-Bold'), url('../fonts/NotoSans-Bold.ttf') format('truetype'); 33 font-weight: 700; 34 } 35 36 @font-face { 37 font-display: swap; 38 font-family: NotoMono; 39 src: local('NotoMono-Regular'), url('../fonts/NotoMono-Regular.ttf') format('truetype'); 40 }