890
pakeitimų
Nėra keitimo santraukos |
SNėra keitimo santraukos |
||
| 16 eilutė: | 16 eilutė: | ||
src: url('filepath://Minecraft.woff2') format('woff2'), | src: url('filepath://Minecraft.woff2') format('woff2'), | ||
url('filepath://Minecraft.woff') format('woff'); | url('filepath://Minecraft.woff') format('woff'); | ||
} | |||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-Regular.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: normal; | |||
font-style: italic; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-Italic.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: bold; | |||
font-style: normal; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-Bold.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Sans'; | |||
font-weight: bold; | |||
font-style: italic; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/IBMPlexSans-BoldItalic.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'PT Serif'; | |||
font-weight: normal; | |||
font-style: normal; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/PT-Serif_Regular.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'PT Serif'; | |||
font-weight: normal; | |||
font-style: italic; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/PT-Serif_Italic.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'PT Serif'; | |||
font-weight: bold; | |||
font-style: normal; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/PT-Serif_Bold.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'PT Serif'; | |||
font-weight: bold; | |||
font-style: italic; | |||
font-display: swap; | |||
src: url('filepath:///resources/assets/PT-Serif_Bold-Italic.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'RuneScape'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("RuneScape Plain 12"), | |||
url('filepath:///resources/assets/RuneScape.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'RuneScape'; | |||
font-style: normal; | |||
font-weight: bold; | |||
src: local("RuneScape Bold"), | |||
local("RuneScape Bold 12"), | |||
local("RuneScape Chat 2"), | |||
local("RuneScape Chat"), | |||
url('filepath:///resources/assets/RuneScape_Bold.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'RuneScape Small'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("RuneScape Plain 12"), | |||
url('filepath:///resources/assets/RuneScape_Small.woff2') format('woff2'); | |||
} | } | ||